{% 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 }}, {{ comment.created_at | date:"j E Y H:i T" }}
{{ comment.message | linebreaksbr }}
Файлы | {% for attachment in attachments %} {{ attachment.filename }} {% endfor %} |
Призваны | {% for invitee in invitees %} {{ invitee.full_name }}{% if not forloop.last %},{% endif %} {% endfor %} |
|
Запрос | {{ enquiry.key }}: {{ enquiry.subject }} |