{% load i18n %} {% load fbc %} {% extends "pages/body.html" %} {% block title %}{{ forum_name }} - {{ topic }}{% endblock %} {% block header %}{{ forum_name }} - {{ topic }}{% endblock %} {% block crumb %}{% trans "Home" %} > {% trans "Forum Index" %} > {{ forum_name }} > {{ topic }}{% endblock %} {% block leftmenu %} {% endblock %} {% block content %}
{% for i in object_list %} {% endfor %}
{% trans "Post" %} {% trans "Author" %}
{{ i.post_text|fbc|urlizetrunc:"60" }} ({{ i.post_date|truncatewords:"1" }})
{% if perms.add_post %} {% if opened %} {% trans "Reply with quote" %} | {% endif %} {% endif %} {% ifequal i.post_author current_user %} {% if opened %} {% ifnotequal i.post_author "AnonymousUser" %} {% trans "Edit this post" %} | {% endifnotequal %} {% endif %} {% else %} {% if perms.is_staff %} {% trans "Edit this post" %} | {% endif %} {% endifequal %} {% if perms.is_staff %} {% trans "Delete this post" %} {% endif %}
{{ i.post_author }} {% if perms.is_staff %}({{ i.post_ip }}){% endif %}
{% trans "Send Message" %}
{% if perms.add_post %} {% if opened %}

{% trans "Add Post" %}

{% endif %} {% endif %}
{% ifnotequal pages 0 %} {% ifnotequal pages 1 %} {% trans "First Page" %} | {% endifnotequal %} {% endifnotequal %} {% if has_previous %} {% trans "Previous Page" %} {% endif %} {% if has_next %} {% trans "Next Page" %} {% endif %} {% ifnotequal pages 0 %} {% ifnotequal pages 1 %} | {% trans "Last Page" %} {% endifnotequal %} {% endifnotequal %}

{% if perms.add_topic %} - {% trans "You can post new Topics" %}
{% else %} - {% trans "You can't post new Topics" %}
{% endif %} {% if perms.add_post %} {% if opened %} - {% trans "You can post new Posts" %}
{% else %} - {% trans "You can't post new Posts" %}
{% endif %} {% else %} - {% trans "You can't post new Posts" %}
{% endif %} {% if perms.is_staff %} - {% trans "You can moderate this Topic" %}
{% else %} - {% trans "You can't moderate this Topic" %}
{% endif %}

{% if perms.add_post %} {% if opened %}

{% trans "Quick Post" %}

{% trans {% trans {% trans {% trans {% trans {% trans



{% trans "Allowed HTML Tags" %}: b, a, i, br, p, u, img, li, ul, ol, center, sub, sup, cite, blockquote

{% endif %}{% endif %} {% endblock %}