{% 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 "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." %} |