{% load i18n %}
| {% trans "Component" %} | {% trans "Matched files" %} | |
|---|---|---|
| {% trans "Following components would be deleted" %} | ||
| {{ match.1 }} | ||
| {% trans "Following components would be created" %} | ||
| {{ match.0.name }} |
{% for file, lang in match.0.files_langs %}
{{ file }} ({{ lang }}){% endfor %} |
|
| {% trans "Following components matched existing ones" %} | ||
| {{ match.1 }} |
{% for file, lang in match.0.files_langs %}
{{ file }} ({{ lang }}){% endfor %} |
|
| {% trans "No components were matched!" %} | ||