{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block breadcums %}
{% blocktrans %}You can download file for offline translation.{% endblocktrans %}
{% endwith %} {% if user.is_authenticated %}{% trans "Uploaded file will be merged with current translation. In case you want to overwrite already translated strings, don't forget to enable it." %}
{% endif %} {% endblock %}