diff --git a/src/postorius/templates/postorius/lists/held_messages.html b/src/postorius/templates/postorius/lists/held_messages.html index d6450a8..c4ec29f 100644 --- a/src/postorius/templates/postorius/lists/held_messages.html +++ b/src/postorius/templates/postorius/lists/held_messages.html @@ -42,7 +42,15 @@ {{ msg.subject }} {{ msg.sender }} - {{ msg.reason }} + + {% if msg.reason %} + {{ msg.reason }} + {% else %} + {% for reason in msg.moderation_reasons %} +

{{ reason }}

+ {% endfor %} + {% endif %} + {{ msg.hold_date }}