{% extends "djangocms_xliff/base.html" %} {% load i18n l10n %} {% block content %}

{{ description }}

{% for plugin_id, units in xliff.grouped_units %}

{{ units.0.plugin_name }} (ID: {{ plugin_id|unlocalize }}, Type: {{ units.0.plugin_type }})

{% for unit in units %} {% endfor %}
{{ unit.field_verbose_name }} {{ unit.target }}
{% endfor %}

{{ note }}

{% endblock %}