**Текущее подразделение**: {{ old_department.chain_ru }} **Новое подразделение**: {% if department.chain_ru %} {{ department.chain_ru }} {% else %} {{ department.fake_department.ru }} (новое{% if department.restructurisation_ticket %}, {{ department.restructurisation_ticket }}{% endif %}) {% endif %} **С бюджетом**: {{ department.with_budget|yesno }} **Выход из декретного отпуска**: {{ department.from_maternity_leave|yesno }}{% if department.vacancy_url %} **Ссылка на открытую вакансию**: {{ department.vacancy_url }}{% endif %}{% if old_department.service_groups|length > 10 %} <{**Текущие сервисы**: {% for service_group in old_department.service_groups %}https://{{ settings.ABC_FRONT_HOST }}/services/{{ service_group.code }}{% if not forloop.last %}, {% endif %}{% endfor %}}>{% else %} **Текущие сервисы**: {% for service_group in old_department.service_groups %}https://{{ settings.ABC_FRONT_HOST }}/services/{{ service_group.code }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}{% if department.service_groups|length > 10 %} <{**Новые сервисы**: {% for service_group in department.service_groups %}https://{{ settings.ABC_FRONT_HOST }}/services/{{ service_group.code }}{% if not forloop.last %}, {% endif %}{% endfor %}}>{% else %} **Новые сервисы**: {% for service_group in department.service_groups %}https://{{ settings.ABC_FRONT_HOST }}/services/{{ service_group.code }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %} **Меняются обязанности**: {{ department.changing_duties|yesno }}