{% extends "lbforum/base_site.html" %} {% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% block title %}{{ block.super }}{% endblock %} {% block extra_header %} {% endblock %} {% block content_right_bar %} {% if forum.description %}
{{forum.description}}
{% endif %}
{% trans "You may use" %}:
» BBCode
» Images
{% endblock %} {% block content_content %}
{{ LBFORUM_TITLE }} » {{ forum.name }} {% if topic %} » {{ topic.subject }} {% endif %} » {% if is_new_post %}{% trans "Post new" %}{% else %}{% trans "Edit" %}{% endif %} {{ post_type }}
{% if preview %}
{{form.cleaned_data.message|bbcode|safe}}
{% endif %}
{% if form.errors %} {% trans "Please correct the errors below." %} {{ form|form_all_error }}
{% endif %}
{% if topic_post%} {{form.topic_type}} {{form.subject}}
{% endif %} {{form.message}}
{% endblock %} {% block footer_js %} {% endblock %}