-
+
{% if topic.is_pinned %}
Przypięty
{% endif %}
diff --git a/templates/forum/topic.html b/templates/forum/topic.html
index 9fe0aa3..4e26e4e 100755
--- a/templates/forum/topic.html
+++ b/templates/forum/topic.html
@@ -1189,6 +1189,7 @@
{% if visible_replies %}
{% for reply in visible_replies %}
+ {% if loop.last %}{% endif %}