{% extends "email/applications/base.html" %} {% load translations %} {% block body %} {% with what_changed='статус' new_value=instance.status|translate_application_status %} {{ block.super }} {% endwith %} {% endblock %}