{% load i18n %} {% load sph_extras %} {% load sphboard_extras %}
{% if thread %} {% endif %} {% if post %} {% endif %} {{ form }}
{% if user.is_authenticated %} {% if thread.has_monitor or category.has_monitor %} {% trans "You are already receiving email notifications for this thread or category." %} {% else %} {% endif %}

{% endif %} {% if pollform %}

{% endif %} {% if attachmentForm %} {% if post %} {% for attachment in post.attachments.all %} {% endfor %} {% endif %} {{ attachmentForm }}
{% trans "Upload Attachment" %}
{{ attachment.fileupload.name|sph_basename }} ({{ attachment.fileupload.size|filesizeformat }})
{% endif %} *