diff --git a/trombi/templates/trombi/export.jinja b/trombi/templates/trombi/export.jinja index 0a1e9e43..c431d2eb 100644 --- a/trombi/templates/trombi/export.jinja +++ b/trombi/templates/trombi/export.jinja @@ -70,15 +70,20 @@ {% endif %}

{% trans %}Comments{% endtrans %}

-
- {% for c in trombi_user.received_comments.filter(is_moderated=True) %} - {{ c.author.user.get_display_name() }}
- {% for line in c.content.splitlines() %} - {{ line }}
+ + + {% for c in trombi_user.received_comments.filter(is_moderated=True) %} + + + + {% endfor %} -
- {% endfor %} - + +
{{ c.author.user.get_display_name() }} + {% for line in c.content.splitlines() %} + {{ line }}
+ {% endfor %} +
{% endfor %}