{% load i18n %} {% load translations %} {% load permissions %} {% load humanize %} {% load icons %} {% if objects or list_categories %} {% if objects.paginator.num_pages > 1 %}
{% if add_link == "translation" %} {% if user_can_add_translation %} {% icon "plus.svg" %} {% endif %} {% elif add_link == "component" %} {% if user_can_edit_project %} {% icon "plus.svg" %} {% endif %} {% elif add_link == "component-category" %} {% if user_can_edit_project %} {% icon "plus.svg" %} {% endif %} {% elif add_link == "language" %} {% if user_can_add_language %} {% icon "plus.svg" %} {% endif %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {{ label|default:_("Project") }} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if project and project.enable_review %}{% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Approved" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% endif %}{% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Translated" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Unfinished" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Unfinished words" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Unfinished characters" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Untranslated" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Checks" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Suggestions" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | {% if objects.paginator.num_pages > 1 %} {% endif %} {% trans "Comments" %} {% if objects.paginator.num_pages > 1 %} {% endif %} | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% icon "folder-multiple-outline.svg" %} | {{ category.name }} | {% if project and project.enable_review %} {% include "snippets/list-objects-percent.html" with percent=category.stats.approved_percent value=category.stats.approved query="q=state:>=approved" all=category.stats.all class="zero-width-540" %} {% endif %} {% include "snippets/list-objects-percent.html" with percent=category.stats.translated_percent value=category.stats.translated query="q=state:>=translated" all=category.stats.all %} {% if not hide_details %} {% include "snippets/list-objects-number.html" with value=category.stats.todo query="q=state:||||||||||||||||
{% translation_progress category.stats %} | |||||||||||||||||
{% if object.is_ghost %} {% perm 'translation.add' object.component as user_can_add_translation %} {% if user_can_add_translation %} {% else %} {% icon "plus.svg" %} {% endif %} {% else %} {% if translate_url %} {% icon "pencil.svg" %} {% else %} {% icon "folder-outline.svg" %} {% endif %} {% endif %} | {% if name_source == "component_name" %} {% include "snippets/component-glossary-badge.html" with object=object.component %} {% else %} {% include "snippets/component-glossary-badge.html" %} {% endif %} {% if object.is_ghost %} {% if name_source == "language" %} {{ object.language }} {% elif name_source == "component_name" %} {{ object.component.name }} {% elif name_source == "name" %} {{ object.name }} {% elif name_source == "language" %} {{ object.language }} {% elif name_source == "project" %} {{ object.project }} {% else %} {{ object }} {% endif %} {% elif name_source == "translation" %} {{ object.component.project.name }}/{{ object.component.name }} — {{ object.language }} {% else %} {% spaceless %} {% if name_source == "language" %} {{ object.language }} {% elif name_source == "component_name" %} {{ object.component.name }} {% elif name_source == "name" %} {{ object.name }} {% elif name_source == "language" %} {{ object.language }} {% elif name_source == "project" %} {{ object.project }} {% else %} {{ object }} {% endif %} {% endspaceless %} {% endif %} {% indicate_alerts object %} {% if custom_workflows and object.pk in custom_workflows %} {% translate "Customized workflow" %} {% endif %} | {% if project and project.enable_review %} {% include "snippets/list-objects-percent.html" with percent=object.stats.approved_percent value=object.stats.approved query="q=state:>=approved" all=object.stats.all class="zero-width-540" %} {% endif %} {% if is_glossary %} {% include "snippets/list-objects-number.html" with value=object.stats.translated query="q=state:>=translated" show_zero=True %} {% else %} {% include "snippets/list-objects-percent.html" with percent=object.stats.translated_percent value=object.stats.translated query="q=state:>=translated" all=object.stats.all %} {% endif %} {% if not hide_details %} {% include "snippets/list-objects-number.html" with value=object.stats.todo query="q=state:||||||||||||||||
{% translation_progress object.stats %} |
{% trans "Nothing to list here." %}
{% if add_link == "translation" %} {% if user_can_add_translation %} {% trans "Start new translation" %} {% else %} {% trans "Start new translation" %} {% endif %} {% elif add_link == "component" %} {% if user_can_edit_project %} {% if object.project %} {% trans "Add new translation component" %} {% else %} {% trans "Add new translation component" %} {% endif %} {% endif %} {% elif add_link == "language" %} {% if user_can_add_language %} {% trans "Add language" %} {% endif %} {% endif %}
{% endif %}