{% load i18n icons translations %} {% any_unit_has_context units as any_unit_has_context %}
{% if show_translation %} | {% translate "Translation" %} | {% endif %} {% if show_language %}{% translate "Language" %} | {% endif %} {% if not hide_context and any_unit_has_context %}{% if include_search %} {% endif %} {{ units.0.translation.component.context_label }} {% if include_search %} {% endif %} | {% endif %} {% if force_source %}{% translate "Source string" %} | {% elif not hide_source and not translation.is_source %}{% if include_search %} {% endif %} {{ translation.component.source_language }} {% if include_search %} {% endif %} | {% endif %} {% if show_language or not translation %}{% translate "Target string" %} | {% else %}{% if include_search %} {% endif %} {{ translation.language }} {% if include_search %} {% endif %} | {% endif %} {% if show_location %}{% translate "Location" %} | {% endif %} {% if show_screenshots %}{% translate "Assigned screenshots" %} | {% endif %} {% if actions_template %}{% translate "Actions" %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|
{% loading_icon hidden=False %} {% translate "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_source_string unit.context unit wrap=True search_match=search_query %} {% endif %} | {% endif %} {% if force_source or not hide_source and not unit.is_source %}{% format_unit_source unit search_match=search_query %} | {% endif %}{% format_unit_target unit search_match=search_query %} | {% if show_location %}{{ unit.location }} | {% endif %} {% if show_screenshots %}{{ unit.screenshots__count }} | {% endif %} {% if actions_template %}{% include actions_template %} | {% endif %}||
{% translate "No matching strings found." %} |