{% extends "admin_extra_buttons/action_page.html" %}{% load itrans %} {% block breadcrumbs-active %}› {{ title }}{% endblock %} {% block content_title %}

Import Translations File for {{ language }} ({{ language_code }})

{% endblock %} {% block action-content %}
{% csrf_token %} {% if rows %} {% for line in rows %} {% endfor %}
Translations
# Msg ID {{ language }} ({{ language_code }}) Found Match
{{ line.0 }} {{ line.1.msgid }} {{ line.1.msgstr }} {{ line.1.found|bool_icon }} {{ line.1.match|bool_icon }}
{% else %} {{ form.errors }} {{ opts_form.errors }} {{ form.as_table }}
{{ opts_form.as_table }}
CSV Options
{% endif %}
{% endblock action-content %}