{% extends "int/base.html" %} {% load extras %} {% block css %} {% include "ext/enquiry_published/body.css" %} {% include "int/enquiry_comment/body.css" %} {% endblock %} {% block content %}

{{ author.full_name }} призывает вас в комментарии к запросу

{{ author.full_name }}, {{ comment.created_at | date:"j E Y H:i T" }}

{{ comment.message | linebreaksbr }}

{% if attachments or invitees %} {% if attachments %} {% endif %} {% if invitees %} {% endif %}
Файлы {% for attachment in attachments %} {{ attachment.filename }} {% endfor %}
Призваны {% for invitee in invitees %} {{ invitee.full_name }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}
Запрос {{ enquiry.key }}: {{ enquiry.subject }}
{% endblock %}