{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Localization" %} · {{ definition.verbose_name_plural }} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Localization" %}{% endblock %} {% block page_subtitle %}{{ definition.verbose_name_plural }} · {% trans "Translation coverage" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Languages come from the active Django configuration. Missing languages can be added directly from each record's compact translation workspace." %}
{% trans "Open a record to add or edit any configured language. Missing translations start with an empty editor." %}
| {% trans "Record" %} | {% for code in languages %}{{ code }} | {% endfor %}{% trans "Missing" %} | {% trans "Translations" %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.identity }} | {% for language in row.languages %}{% if language.complete %}✓{% else %}—{% endif %} | {% endfor %}{% if row.missing %}{{ row.missing|join:", " }}{% else %}—{% endif %} | {% trans "Manage" %}{% for language in row.editor_languages %}{% endfor %}
{% for language in row.editor_languages %}
{{ language.name }}{{ language.code }} {% if language.complete %}{% trans "Complete" %}{% else %}{% trans "Missing or incomplete" %}{% endif %} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "No translatable records were found." %} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "Paxalia did not detect a supported translation layer on this registered model." %}