{% macro comment_entry(c, proposal) %}
{{c.user.username}} {% if c.user.username == proposal.user.username %} [op] {% endif %} {% if c.user.admin %} [admin] {% endif %} {{c.date_added.strftime('%Y-%m-%d %H:%M')}} {% for line in c.message_html %} {{line}} {% if loop.index != c.message_html|length %}
{% endif %} {% endfor %}
{% if not c.automated %} reply {% endif %} {% for _c in c.comments %} {% endfor %}
{% endmacro %}