<divclass="panel-heading">{% trans "Automatic translation" %}</div>
<divclass="panel-body">
<p>{% trans "Automatic translation takes existing translations in this project and applies it to the current subproject. It can be used to push translations to a different branch, to fix inconsistent translations or to translate new subproject using translation memory." %}</p>
{% csrf_token %}
<table>
{{ autoform.as_table }}
</table>
</div>
<divclass="panel-footer">
<inputtype="submit"value="{% trans "Process"%}"class="btn btn-default"/>
</div>
</div>
</form>
</div>
{% endif %}
<h2>{% trans "Tools" %}</h2>
<divclass="tabs"id="translation-tabs">
<ul>
<li><ahref="#files">{% trans "Files" %}</a></li>
{% if autoform %}
<li><ahref="#auto">{% trans "Automatic translation" %}</a></li>
{% endif %}
{% if perms.trans.commit_translation or perms.trans.update_translation %}
<p>{% trans "Automatic translation takes existing translations in this project and applies it to the current subproject. It can be used to push translations to a different branch, to fix inconsistent translations or to translate new subproject using translation memory." %}</p>