Нові:
-
{% for i in new %}
- {{ i }} {% endfor %}
{% endif %} {% if renamed|length > 0 %}
Переназвані:
-
{% for i in renamed %}
- {{ i.0 }} -> {{ i.1 }} {% endfor %}
{% endif %} {% if reappeared|length > 0 %}
Знову доступні:
-
{% for i in reappeared %}
- {{ i }} {% endfor %}
{% endif %} {% if deleted|length > 0 %}
Зникли:
-
{% for i in deleted %}
- {{ i }} {% endfor %}
{% endif %}