{% load i18n %} {% load fbc %} {% extends "pages/body.html" %} {% block crumb %}{% trans "Home" %} > {% trans "Forum Index" %}{% endblock %} {% block content %}

{% trans "Add Post" %}

{% trans "Text" %} {% trans {% trans {% trans {% trans {% trans {% trans

{% trans "Place code snippets inside [code][/code] tags !" %}


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


{% trans "Last 10 posts from topic" %}

{% if lastpost %}
{% for i in lastpost %} {% endfor %}
{% trans "Post" %} {% trans "Author" %}
{{ i.post_text|fbc }} ({{ i.post_date|truncatewords:"1" }})
{{ i.post_author }}
{% endif %} {% endblock %} {% block leftmenu %}{% if perms.is_authenticated %} {% endif %}{% endblock %}