{% extends "dashboard/base.html" %} {% block title %}{{ lang_name }} Translations - Translator{% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Clear
{% if is_privileged and no_refs_filter == 'true' and translations|length > 0 %}
{% csrf_token %}
{% endif %}
{% for item in translations %} {% empty %} {% endfor %}
Translation Source Status Actions
{{ item.ref_value }}
{% if ref_col == 'key' and item.comment %}
{{ item.comment }}
{% endif %}
{% if item.value %} {{ item.value }} {% else %} {% endif %}
{{ item.source|default:"—" }} {% if item.verified %} Verified {% else %} Pending {% endif %}
Edit {% if item.verified %} {% else %} {% endif %} {% if is_privileged %} {% endif %}
No translations found matching your filters
{% for item in translations %}
{{ item.key }}
{% if item.value %}{{ item.value }}{% else %}{% endif %}
{% if item.comment %}
{{ item.comment }}
{% endif %}
{% empty %}
No translations found matching your filters
{% endfor %} {% if is_privileged %} {% endif %} {% endblock %}