{% extends "email/base.html" %} {% load inflections %} {% load translations %} {% block body %}
Добрый день!
{{ initiator.full_name }} добавил{% if initiator.gender == 'female' %}а{% endif %} кандидата {{ instance.get_full_name|inflect_fio:4 }} на следующие вакансии:
Дополнительная информация:
{% autoescape off %}{{ comment }}{% endautoescape %}