{% load assets cleanhtml i18n locale store_tags %} {% trans "Export View" %} | {% if project %}{{ project.name }}{% else %}{% trans "All Projects" %}{% endif %} | {% if language %}{{ language.name }}{% else %}{% trans "All Languages" %}{% endif %} | {{ settings.POOTLE_TITLE }} {% for path, units in unit_groups %} {% for unit in units %} {% endfor %} {% empty %} {% endfor %} {% if unit_total_count %} {% endif %}
{% if project %}{{ project.name }}{% else %}{% trans "All Projects" %}{% endif %} / {% if language %}{{ language.name }}{% else %}{% trans "All Languages" %}{% endif %} / {% if filter_name %}{{ filter_name }}{% endif %} {% if filter_extra %}({{ filter_extra|join:', ' }}){% endif %}
{% trans "Source" %} {% trans "Translation" %}
{{ path }}
{% for i, source, title in unit|pluralize_source %}
{{ source|fancy_highlight }}
{% endfor %} {% if unit.getcontext %}
{{ unit.getcontext }}
{% endif %}
{% for i, target, title in unit|pluralize_target %}
{{ target|fancy_highlight }}
{% endfor %}
{% trans "No strings." %}
{% blocktrans with unit_count=displayed_unit_count count total_count=unit_total_count trimmed %} We displayed the first unit out of {{total_count}}. Please refine your search. {% plural %} We displayed the first {{unit_count}} units out of {{total_count}}. Please refine your search. {% endblocktrans %}