{% extends BASE_TEMPLATE %} {% load staticfiles %} {% load djeddit_tags %} {% load mptt_tags %} {% block title %} {% endblock %} {% block content %}

{% if thread.url %} {{ thread.title }} {% else %} {{ thread.title }} {% endif %}

Submitted by {% postUserName thread.op.created_by %} on {{ thread.op.created_on }}
{% with thread.op as node %} {% include 'djeddit/post_item.html' %} {% endwith %}

{% getAmount nodes|length 'comment' %}

{% recursetree nodes %} {% with True as useRecurseTree %} {% include 'djeddit/post_item.html' %} {% endwith %} {% endrecursetree %}
{% endblock %} {% block scripts %} {% endblock %}