{% load proposal_filters %} {% if apply_at %}**Дата применения изменений** изменена на {{ apply_at.new }} {% endif %}{% if apply_at_hr %}**Дата кадровых изменений** изменена на {{ apply_at_hr.new }} {% endif %}{% if description %}**Описание** изменено на <[{{ description.new }}]> {% endif %} {% if actions.added %} **Добавлены пункты:** {% for action in actions.added %}{% include 'startrek/department/action.html' %} {% endfor %} {% endif %} {% if actions.updated %} **Изменены пункты:** {% for action in actions.updated %}{% include 'startrek/department/action.html' %} {% endfor %} {% endif %} {% if actions.deleted %} **Удалены пункты:** {% for action in actions.deleted %} {% if action.name %}* Подразделение %%{{ action.name }}%%{% else %}* Создание нового подразделения{% endif %} {% endfor %} {% endif %}