{{ post.subject }}

{{ post.text }}

{% if post.followup_posts.all|length > 0 %}

Replies [{{ post.nr_followups }}]:

{% for followup in post.followup_posts.all %} {% include 'forums/post_card.html' with post=followup %} {% endfor %}
{% endif %}