{% block body %} {% block title %}{% endblock %} {% block buttons %}{% endblock %} {% block comment %}{% if message %}
{{ message_title|default:"Комментарий" }}
{% autoescape off %}{{ message.html }}{% endautoescape %}
{% endif %}{% endblock %} {% block interviews %}{% endblock %} {% block candidate %}{% if candidate %}
{% include "mail/partials/candidate-caption.html" with candidate=candidate %}
{% include "mail/partials/candidate-table.html" with candidate=candidate %}
{% endif %}{% endblock %} {% block vacancy %}{% if vacancy %}
{% include "mail/partials/vacancy.html" with vacancy=vacancy%}
{% include "mail/partials/vacancy-table.html" with vacancy=vacancy %}
{% endif %}{% endblock %} {% block footer %}{% endblock %} {% endblock %}
{% if show_send_button %}

{% endif %}