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

Добрый день!

{{ initiator.full_name }} добавил{% if initiator.gender == 'female' %}а{% endif %} кандидата {{ instance.candidate.get_full_name|inflect_fio:4 }} на вакансию {{ instance.vacancy.composite_name }} в статусе {{ instance.status|translate_application_status }}.

{% if interviews %} {% include "email/candidates/candidate-interviews-part.html" %} {% endif %} {% if comment %}

Дополнительная информация:
{% autoescape off %}{{ comment }}{% endautoescape %}

{% endif %} {% endblock %}