{% load i18n %} {% load translations %} {% load icons %} {% any_unit_has_context units as any_unit_has_context %}
{% if show_translation %} | {% trans "Translation" %} | {% endif %} {% if show_language %}{% trans "Language" %} | {% endif %} {% if not hide_context and any_unit_has_context %} {% if include_search %}{% else %} | {% endif %} {{ component.context_label }} {% if include_search %} {% endif %} | {% endif %} {% if force_source %}{% trans "Source string" %} | {% elif not hide_source and not translation.is_source %} {% if include_search %}{% else %} | {% endif %} {{ translation.component.source_language }} {% if include_search %} {% endif %} | {% endif %} {% if show_language or not translation %}{% trans "Target string" %} | {% else %} {% if include_search %}{% else %} | {% endif %} {{ translation.language }} {% if include_search %} {% endif %} | {% endif %} {% if show_location %}{% trans "Location" %} | {% endif %} {% if show_screenshots %}{% trans "Assigned screenshots" %} | {% endif %} {% if actions_template %}{% trans "Actions" %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% loading_icon hidden=False %} {% trans "Loading results…" %} | |||||||||||||
{% if show_translation %} | {{ unit.translation.component.project.name }}/{{ unit.translation.component.name }} — {{ unit.translation.language }} {% endif %} {% if show_language %} | {{ unit.translation.language }} | {% endif %} {% if not hide_context and any_unit_has_context %}{% if unit.context %}{% format_translation unit.context unit.translation.component.source_language simple=True wrap=True search_match=search_query %}{% endif %} | {% endif %} {% if force_source or not hide_source and not unit.is_source %}{% format_translation unit.source unit.translation.component.source_language simple=True search_match=search_query %} | {% endif %}{% format_translation unit.target unit.translation.language unit.translation.plural simple=True search_match=search_query %} | {% if show_location %}{{ unit.location }} {% endif %} {% if show_screenshots %} | {{ unit.screenshots.count }} | {% endif %} {% if actions_template %}{% include actions_template %} | {% endif %}|||||
{% trans "No matching strings found." %} |