{% load i18n pybb_tags %}
{% csrf_token %}
{% if forum %}{% trans "New topic" %}{% else %}{% trans "New reply" %}{% endif %} {{ form.as_p }}
{% for smile, url in form.aviable_smiles.items %} {% endfor %}

{% if PYBB_BUTTONS.submit %} {% else %} {% endif %}