{% extends 'mail/base.html' %} {% load mail %} {% block title %}
{% ya initiator %} изменил{% if initiator.gender == 'female' %}а{% endif %} статус претендента ({{application.status_display}})
{% endblock %} {% block buttons %} {% if application.status == 'in_progress' and application.proposal_status == 'undefined' %}
Присоединиться к интервью
Отказаться
{% endif %} {% endblock %} {% block interviews %} {% if interviews %}
Предварительные результаты секций
{% for i in interviews %} {% include "mail/partials/interview.html" with interview=i %} {% endfor %} {% endif %} {% endblock %}