diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index 50b92fc..066c2b1 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -115,7 +115,7 @@ {{ _("Thread") }} - + {{ _("Last Reply") }} @@ -148,13 +148,16 @@ {{ t.created_at | datetime }} - + + + {% if replies > 0 %} + {{ replies }} - + {% endif %} -
+
{% if replies > 0 %} {% set latest = t.get_latest_reply() %}