diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html
--- a/boards/templates/boards/post.html
+++ b/boards/templates/boards/post.html
@@ -75,22 +75,22 @@
{{ post.get_text }}
{% endif %}
{% endautoescape %}
- {% if post.is_referenced %}
- {% if mode_tree %}
-
- {% for refpost in post.get_referenced_posts %}
- {% post_view refpost mode_tree=True %}
- {% endfor %}
-
- {% else %}
-
- {% autoescape off %}
- {% trans "Replies" %}: {{ post.refmap }}
- {% endautoescape %}
-
- {% endif %}
+
+ {% if post.is_referenced %}
+ {% if mode_tree %}
+
+ {% for refpost in post.get_referenced_posts %}
+ {% post_view refpost mode_tree=True %}
+ {% endfor %}
+
+ {% else %}
+
+ {% autoescape off %}
+ {% trans "Replies" %}: {{ post.refmap }}
+ {% endautoescape %}
+
{% endif %}
-
+ {% endif %}
{% comment %}
Thread metadata: counters, tags etc
{% endcomment %}