{% load i18n %} {% if matches_deleted %} {% for match in matches_deleted %} {% endfor %} {% endif %} {% if matches_created %} {% for match in matches_created %} {% endfor %} {% endif %} {% if matches_matched %} {% for match in matches_matched %} {% endfor %} {% endif %} {% if not matches_deleted and not matches_created and not matches_matched %} {% endif %}
{% trans "Component" %}{% trans "Matched files" %}
{% trans "The following components would be deleted" %}
{{ match.1 }}
{% trans "The following components would be created" %}
{{ match.0.name }} ({{ match.0.slug }}) {% if match.0.base_file %} {% trans "Monolingual base language file" %}: {{ match.0.base_file }}
{% endif %} {% trans "File mask" %}: {{ match.0.mask }}
{% for file, lang in match.0.files_langs %} {{ file }} ({{ lang }})
{% endfor %}
{% trans "The following components matched existing ones" %}
{{ match.1 }} {% if match.0.base_file %} {% trans "Monolingual base language file" %}: {{ match.0.base_file }}
{% endif %} {% trans "File mask" %}: {{ match.0.mask }}
{% for file, lang in match.0.files_langs %} {{ file }} ({{ lang }})
{% endfor %}
{% trans "No matching components were found!" %}
{% for match in matches %} {{ match }} {% endfor %}