{% extends "email/applications/base.html" %} {% load translations %} {% block body %} {% with what_changed='статус' new_value=instance.status|translate_application_status %} {{ block.super }} {% endwith %} {% if interviews %} {% include "email/candidates/candidate-interviews-part.html" %} {% endif %} {% endblock %}