{% load i18n %} {% load translations %} {% load icons %} {% any_unit_has_context units as any_unit_has_context %} {% if show_translation %} {% endif %} {% if show_language %} {% endif %} {% if not hide_context and any_unit_has_context %} {% if include_search %} {% endif %} {% if force_source %} {% elif not hide_source and not translation.is_source %} {% if include_search %} {% endif %} {% if show_language or not translation %} {% else %} {% if include_search %} {% endif %} {% if show_location %} {% endif %} {% if show_screenshots %} {% endif %} {% if actions_template %} {% endif %} {% if loading_id %} {% endif %} {% for unit in units %} {% if show_translation %} {% endif %} {% if not hide_context and any_unit_has_context %} {% endif %} {% if force_source or not hide_source and not unit.is_source %} {% endif %} {% if show_location %} {% endif %} {% if actions_template %} {% endif %} {% empty %} {% endfor %}
{% trans "Translation" %}{% trans "Language" %} {% else %} {% endif %} {{ component.context_label }} {% if include_search %} {% endif %} {% trans "Source string" %} {% else %} {% endif %} {{ translation.component.source_language }} {% if include_search %} {% endif %} {% trans "Target string" %} {% else %} {% endif %} {{ translation.language }} {% if include_search %} {% endif %} {% trans "Location" %}{% trans "Assigned screenshots" %}{% trans "Actions" %}
{% if unit.context %}{% format_translation unit.context unit.translation.component.source_language simple=True wrap=True search_match=search_query %}{% endif %}{% format_translation unit.source unit.translation.component.source_language simple=True search_match=search_query %}{% format_translation unit.target unit.translation.language unit.translation.plural simple=True search_match=search_query %}{{ unit.location }} {% endif %} {% if show_screenshots %} {{ unit.screenshots.count }}{% include actions_template %}
{% trans "No matching strings found." %}