{% load assets cleanhtml i18n locale store_tags %} {% comment %}Translators: A view showing the export of strings in a flat form. See http://staging.locamotion.org/he/birdfont/export-view/?filter=incomplete {% endcomment %} {% trans "Export View" %} | {{ project.fullname }} | {{ language.name }} | Pootle {% for path, units in unit_groups %} {% for unit in units %} {% endfor %} {% empty %} {% endfor %}
{{ project.fullname }} / {{ language.name }} {% if filter_name %} / {{ filter_name }}{% endif %} {% if filter_extra %}({{ filter_extra|join:', ' }}){% endif %} {% if goal %} / {% trans "Goal" %} ({{ goal }}){% 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." %}