{% load assets cleanhtml i18n locale store_tags %}
{% 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 %} |