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

{{ mytopic.title }}

{{ post.body|safe }} {% if user.is_authenticated %}
{% if es_moderador %} {% endif %}

{{ _('Report inappropiate') }}

{% endif %}
{% include "rforum/elements/form-userdetail.html" %}
{% include "rforum/elements/forum-actions-topic.html" %} {% include "rforum/elements/forum-bottom.html" %}
{% endblock %}