{% load translations %} {% load i18n %} {% load crispy_forms_tags %} {% load permissions %} {% load icons %} {% for item in unitdata %} {% if item.unit.context %} {% format_source_string item.unit.context item.unit simple=True wrap=True search_match=search_query whitespace=False %} {% else %} {{ item.unit.position }} {% endif %}
{% icon "link.svg" %} {% icon "pencil-mini.svg" %}
{% get_location_links user item.unit %} {% if item.unit.source_unit.explanation %}
{{ item.unit.source_unit.explanation|markdown }}
{% endif %} {% if user.profile.zen_mode == user.profile.ZEN_HORIZONTAL %} {% else %} {% endif %} {% if item.secondary %} {% for unit in item.secondary %}
{{ unit.translation.language }} {% if user.profile.hide_source_secondary %} {% include "snippets/note-badge.html" with unit=item.unit %} {% endif %} {% format_unit_target unit show_copy=True %}
{% endfor %} {% endif %} {% if item.unit.previous_source and item.unit.fuzzy %}
{% format_unit_source item.unit diff=item.unit.previous_source %}
{% endif %} {% if not user.profile.hide_source_secondary or not item.secondary %}
{{ item.unit.translation.component.source_language }} {% include "snippets/note-badge.html" with unit=item.unit %} {% format_unit_source item.unit search_match=search_query glossary=item.glossary show_copy=True %}
{% endif %} {% if user.profile.zen_mode != user.profile.ZEN_HORIZONTAL %} {% endif %} {% crispy item.form %} {% endfor %} {% if last_section %} {% trans 'The translation has come to an end.' as msg %} {% show_message 'info' msg %} {% endif %}