{% extends "email/base.html" %} {% load inflections %} {% block body %}

Добрый день!

{{ initiator.full_name }} изменил{% if initiator.gender == 'female' %}а{% endif %} {{ what_changed }} кандидата {{ instance.candidate.get_full_name|inflect_fio:2 }} по вакансии {{ instance.vacancy.composite_name }}: {{ new_value }}.

{% if message %}

Комментарий:
{% autoescape off %}{{ message.html }}{% endautoescape %}

{% endif %}
{% endblock %}