{% 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" %} | {% if project %}{{ project.name }}{% else %}{% trans "All Projects" %}{% endif %} | {% if language %}{{ language.name }}{% else %}{% trans "All Languages" %}{% endif %} | {{ settings.TITLE }} {% for path, units in unit_groups %} {% for unit in units %} {% endfor %} {% empty %} {% endfor %}
{% 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|highlight_placeables }}
{% endfor %} {% if unit.getcontext %}
{{ unit.getcontext }}
{% endif %}
{% for i, target, title in unit|pluralize_target %}
{{ target|highlight_placeables }}
{% endfor %}
{% trans "No strings." %}