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

Новый комментарий{% if author.is_staff %} к предложению{% endif %} от «{{ supplier.title }}»

{% if author.is_staff %} {{ author.full_name }}, {{ comment.created_at | date:"j E Y H:i T" }} {% else %} {{ author.full_name }}, {{ comment.created_at | date:"j E Y H:i T" }} {% endif %}

{{ comment.message | linebreaksbr }}

{% if attachments %} {% endif %}
Файлы {% for attachment in attachments %} {{ attachment.filename }} {% endfor %}
Запрос {{ enquiry.key }}: {{ enquiry.subject }}
Поставщик {{ supplier.title }}
{% endblock %}