{% extends "lbforum/base.html" %} {% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% load djangohelper_tags %} {% block title %} {{ forum }} - {{ topic_type }} - {{ topic_type2 }} - {{ LBFORUM_TITLE }} {% endblock %} {% block content %}
{% include 'lbforum/inc_header.html' %} {% include 'lbforum/inc_announce.html' %}

{% include 'lbforum/inc_forum_brd_crumbs.html' %}
{% load pagination_tags %} {% autopaginate topics FORUM_PAGE_SIZE %} {% paginate %}

{% if user.is_authenticated %} {% trans "Post new topic" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a topic" %} {% endif %}

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

{% paginate %}

{% if user.is_authenticated %} {% trans "Post new topic" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a topic" %} {% endif %}

{% trans "Order By"%}: {{ form.order_by }}

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

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