{% load i18n %}{% if not warning %}
{% trans "Are you sure you want to regenerate the messages? This will override your changes. " %} {% trans "Yes" %} | {% trans "No" %}
{% endif %}{% if error %}
{{ error|safe }}
{% else %}{% if warning %}
{{ warning|safe }}
{% endif %}{% if lang_files %}

{% trans "Available files" %}

{% for lang_file in lang_files %} {% endfor %}
{{lang_file}} {% if perms.translations.edit_translations %} {% trans 'Edit'%} {% endif %}
{% endif %}{% endif %}