{% extends "dashboard/base.html" %} {% block title %}{{ translation.key }} - Translator{% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{% if translation.screenshot %}
Screenshot
{% endif %}
{{ current_position }} / {{ total_count }} {% if is_privileged %} {% endif %}
{% if translation.screenshot %}
Screenshot
{% endif %}
Context {% if translation.refs %} {{ translation.refs|length }} ref{{ translation.refs|length|pluralize }} {% endif %} {% if translation.source %} {{ translation.source }} {% endif %}
{{ translation.key }}
{% if translation.refs %}
{% for ref in translation.refs %} {% if is_privileged %} {{ ref }} {% else %} {{ ref }} {% endif %} {% endfor %}
{% endif %} {% if translation.comment %}
{{ translation.comment }}
{% endif %}
Edit Translation {% if not show_lang_tabs %} {{ current_lang_name }} {% endif %}
{% if show_lang_tabs %}
{% for lang in languages %} {{ lang.code }} {% if lang.verified %} {% endif %} {% endfor %}
{% endif %}
{% csrf_token %}
{% if prev_id %} {% endif %} {% if not current_verified %} {% if next_id %} {% endif %} {% else %} {% endif %} {% if next_id %} {% endif %}
All Translations
{% for item in all_translations %}
{{ item.lang }} {% if item.verified %} Verified {% elif item.value %} Unverified {% else %} Empty {% endif %} {% if item.value %}{{ item.value }}{% else %}—{% endif %}
{% endfor %}
{% if is_privileged %} {% endif %} {% if translation.screenshot %}
Screenshot
{% endif %} {% endblock %}