{% 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" %}
More languages
{% include "more_languages.html" %}
Filter by users
{% include "filters_menu_users.html" %} {% ifnotequal resources|length 1 %}
Filter by resources
{% include "filters_menu_resources.html" %} {% endifnotequal %}
{% with untranslated_strings|add:translated_strings as total_strings %} {% endwith %}
Translated {{ translated_strings }} ?
Untranslated {{ untranslated_strings }} ?
Modified 0 0.00%
Total {{ total_strings }}
{% trans "Source String" %} {% trans "Translation" %}  
{% endblock %} {% block content_footer %} {% endblock %}