{% load i18n %}{% if not warning %} {% endif %} {% if error %}

{{ error|safe }}

{% else %} {% if warning %}
{{ warning|safe }}
{% endif %} {% if lang_files %} {% for lang_file in lang_files %} {% endfor %}
{% trans "Available files" %}
{{lang_file}} {% if perms.translations.edit_translations %} {% trans 'Edit'%} {% endif %}
{% endif %} {% endif %}