{% extends "lbforum/base.html" %} {% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% block title %}{{ block.super }}{% endblock %} {% block extra_header %} {% endblock %} {% block content %}
{% include 'lbforum/inc_header.html' %} {% include 'lbforum/inc_announce.html' %}

{% include 'lbforum/inc_new_post_brd_crumbs.html' %}

{% if is_new_post %}{% trans "Post new" %}{% else %}{% trans "Edit" %}{% endif %} {{ post_type }}

{% if preview %}

{% trans "Preview your" %} {% if is_new_post %}{% trans "new" %}{% else %}{% trans "edited" %}{% endif %} {{ post_type }}

# {% now "Y-m-d H:i" %}

{{form.cleaned_data.message|bbcode|safe}}

{% endif %}

{% trans "Compose and post your" %} {% if is_new_post %}{% trans "new" %}{% else %}{% trans "edited" %}{% endif %} {{ post_type }}

{% trans "You may use" %}: BBCode Images Smilies

{% if form.errors %}

{% trans "Please correct the errors below." %}

{{ form|form_all_error }}
{% endif %}
{% trans "Required information" %} {% if show_subject_fld %}

{{form.topic_type}} {{form.subject}}
{% endif %}
{{form.message}}
{% if topic_post %}
{% trans "Optional post settings" %}:
{{form.need_replay}}
{{form.need_reply_attachments}}
{% endif %}
{% trans "Attachments" %}:
{% if first_post %}

{% trans "Topic review (newest first)" %}

1 {{ first_post.created_on|lbtimesince }}

{{ first_post.message|bbcode|safe }}

{% endif %}
{% include 'lbforum/inc_new_post_brd_crumbs.html' %}

{% include 'lbforum/inc_copyright.html' %}
{% endblock %}