{{ comment.created|date:"d.m.Y H:i" }}, {{ comment.author|default:"Client" }}

{% if comment.is_from_client %} {% else %} {{ comment.body|safe }} {% endif %}
    {% for attachment in comment.attachments.all %}
  1. {{ attachment.filename }} ({{ attachment.attachment.size|filesizeformat }})
  2. {% endfor %}