{% if user.is_authenticated %} {% trans "Post new topic" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a topic" %} {% endif %}
{% 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 %}
{% if user.is_authenticated %} {% trans "Post new topic" %} {% else %} {% trans "You must" %} {% trans "Login" %} {% trans "or" %} {% trans "register" %} {% trans "to post a topic" %} {% endif %}
{% 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' %}