{% load i18n %} {% if category %}

{% if allowPostThread %} {% block linktext %}{% trans "Post New Thread" %}{% endblock %} {# sphboard_displayPostForm #} {% else %} {% if user.is_authenticated %} {% trans "You have no permission to create a new thread." %} {% else %} {% trans "Please login to create a new thread." %} {% endif %} {% endif %}

{% endif %}