{% load i18n pybb_tags %}
{% csrf_token %}
{{ form.as_p }}
{% for smile, url in form.available_smiles.items %} {% endfor %}
{% include "pybb/attachments_formset.html" %}

{% include "pybb/_button_submit.html" %}