{% extends "email/base.html" %} {% load mail %} {% block body %}
Добрый день!
{% ya initiator %} оставил{% if initiator.gender == 'female' %}а{% endif %} комментарий к жалобе на задачу {{ instance.related_object.problem.summary }}:
{% block comment_text %} {% autoescape off %}{{ instance.formatted_text }}{% endautoescape %} {% endblock %} {% endblock %}