{% extends "site_base.html" %} {% load thumbnail %} {% block "metas" %} {{ title }} - {{ settings.SITE_TITLE }} {% endblock "metas" %} {% block "breadcrumbs" %} {% endblock "breadcrumbs" %} {% block "content" %}
{% include "rforum/_forum-top.html" %} {% include "rforum/_actions-topic.html" %}
{% for post in mypost %} {% endfor %}

{{ mytopic.title }}

{{ post.body|safe }} {% include "rforum/_actions-post.html" %} {% include "rforum/_forum-userdetail.html" %}
{% include "rforum/_actions-topic.html" %} {% include "rforum/_forum-bottom.html" %}
{% endblock "content" %}