{% 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 "Following components would be deleted" %}
{{ match.1 }}
{% trans "Following components would be created" %}
{{ match.0.name }} {% for file in match.0.files %} {{ file }}
{% endfor %}
{% trans "Following components matched existing ones" %}
{{ match.1 }} {% for file in match.0.files %} {{ file }}
{% endfor %}
{% trans "No components were matched!" %}
{% for match in matches %} {{ match }} {% endfor %}