{% extends "dashboard/base.html" %} {% block title %}{{ lang_name }} Translations - Translator{% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumb %}
{% endblock %} {% block content %}| Translation | Source | Status | Actions | |
|---|---|---|---|---|
|
{{ item.ref_value }}
{% if ref_col == 'key' and 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 | ||||