{% extends 'layout.html' %} {% load bbcode_tags %} {% block content %}

{{ post.title }}

{% if post.parent %} {% if subposts %}
Menu
{% endif %} {% else %} {% if post.post_parent %} {% endif %} {% endif %} {% if post.type == 'news' %}
{{ post.title }}
{% endif %}

{{ post.content|bbcode|safe|linebreaksbr }}

{% if post.type == 'news' %}

Participer au sujet sur le forum

{% endif %} Article créer le {{ post.created }} par {{ post.author.username }}
{% endblock %}