{% extends "lbforum/base_site.html" %} {% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% load lbutils %} {% load staticfiles %} {% block title %}{{ block.super }}{% endblock %} {% block extra_header %} {% endblock %} {% block content_right_bar %} {% if forum.description %}
{{ forum.description|bbcode }}
{% endif %}
{% trans "You may use" %}:
» BBCode
{% endblock %} {% block content_content %}
{% get_setting "LBFORUM_TITLE" %} {% if forum %} » {{ forum.name }} {% endif %} {% 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 }}
{% endif %}
{% if form.errors %} {% trans "Please correct the errors below." %} {{ form|form_all_error }}
{% endif %}
{% if topic_post%} {{form.subject}}
{% endif %} {{ form.message }}
{% if show_forum_field %} {{ form.forum }} {% endif %}
{% endblock %} {% block footer_js %} {% endblock %}