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

Добрый день!

{{ instance.finished_by.get_full_name }} завершил{% if instance.finished_by.gender == 'female' %}а{% endif %}{% if instance.type == 'hr_screening' %} HR скрининг{% else %} секцию{% endif %} "{{ instance.section }}" {% if instance.is_aa %}(AA-секция) {% endif %}с кандидатом {{ instance.candidate.get_full_name | inflect_fio:5 }}.

Резолюция: {% if instance.is_gradable %} {{ instance.get_grade_display }} {% else %} {{ instance.resolution|translate_interview_resolution }} {% endif %} {% if instance.formatted_comment %}
Комментарий
{% autoescape off %}{{ instance.formatted_comment }}{% endautoescape %} {% else %}

Без комментариев

{% endif %} {% endblock %}