{% extends "projects/project_detail_childs.html" %} {% load i18n %} {% load permissions %} {% load txcommontags %} {% 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 %} {% endblock %} {% block title %} {{ block.super }} | {{resource}} {% endblock %} {% block body_class %}project_list{% endblock %} {% block content_header_sec %} {% url search_translations as search_translations %}
{% trans "Search translations" %}
{% endblock %} {% block content_main %} {% get_permission "project_perm.maintain" for request.user and resource.project as "is_maintainer" %} {% include "more_languages.html" %} by the selected users" %}"> {% include "filters_menu_users.html" %} {% ifnotequal resources|length 1 %} the selected resources." %}"> {% include "filters_menu_resources.html" %} {% endifnotequal %}{% trans "Translated" %} | {{ translated_strings }} | ? | |
---|---|---|---|
{% trans "Untranslated" %} | {{ untranslated_strings }} | ? | |
{% trans "Modified" %} | 0 | 0.00% | |
{% trans "Total" %} | {{ total_strings }} |
{% trans "Source String" %} | {% trans "Translation" %} |
---|