{{ strings.heading }}

{% include 'batch-translation.twig' with batch_translation %}
{% include 'media-translation-filters.twig' %}
{% if attachments %} {% for attachment in attachments %} {% include 'media-translation-table-row.twig' with {'attachment' : attachment, 'languages': languages, 'strings': strings, 'target_language': target_language } only %} {% endfor %} {% else %} {% endif %}
{{ strings.original_language }} {% for code, language in languages %} {% if target_language is empty or target_language == code %} {{ language.code }} {% endif %} {% endfor %}
{{ strings.no_attachments }}
{% include 'pagination.twig' with {'pagination_model' : pagination} only %} {% include 'media-translation-popup.twig' %}