{% extends "projects/project_detail_childs.html" %} {% load i18n %} {% load permissions %} {% load txcommontags %} {% load addons %} {% block breadcrumb %} {% homelink %} » {% trans "Projects" %} » {{project}} {% if resource %} » {{resource}}{% endif %} » {% blocktrans with target_language.name as lang %}Translate to {{ lang }}{% endblocktrans %} {% endblock %} {% get_permission "project_perm.maintain" for request.user and resource.project as "is_maintainer" %} {% block extra_head %} {% get_permission "project_perm.proofread" for request.user and resource.project,target_language as "is_reviewer" %} {% hook "tab_lotte.html" function %} {% endblock %} {% block title %} {{ block.super }} | {{resource}} {% endblock %} {% block content_title %}
{% trans "Translated" %} | {{ translated_strings }} | ? | |
---|---|---|---|
{% trans "Untranslated" %} | {{ untranslated_strings }} | ? | |
{% trans "Reviewed" %} | 0 | 0.00% | |
{% trans "Total" %} | {{ total_strings }} |
{% trans "Source String" %} | {% trans "Translation" %} | {% if is_reviewer %} | {% endif %} |
---|