<inputtype="submit"value="{% trans "Search"%}"class="button"/>
</form>
</div>
<h3><ahref="#">{% trans "Download" %}</a></h3>
<div>
<divid="download">
{% with object.get_download_url as download_url %}
<p>{% blocktrans %}You can <ahref="{{ download_url }}">download</a> file for offline translation.{% endblocktrans %}</p>
{% endwith %}
</div>
{% if perms.trans.upload_translation %}
<h3><ahref="#">{% trans "Upload" %}</a></h3>
<div>
<divid="upload">
{% if perms.trans.overwrite_translation %}
<p>{% trans "Uploaded file will be merged with current translation. In case you want to overwrite already translated strings, don't forget to enable it." %}</p>
{% else %}
...
...
@@ -66,8 +74,7 @@
{% endif %}
{% if autoform %}
<h3><ahref="#">{% trans "Automatic translation" %}</a></h3>
<div>
<divid="auto">
<p>{% trans "Automatic translation takes existing translations in this project and applies it to current subproject. It can be used to push translations to different branch or to fix inconsistent translations." %}</p>