{% extends "bulletin/post_form.html" %} {% load i18n %} {% load bootstrap3 %} {% load static from staticfiles %} {% block content %}
{% csrf_token %} {% bootstrap_form form %}
{% for scheduled_post in post.scheduledpost_set.all %} {% include "bulletin/post_scheduled_post.html" %} {% empty %}

No reprints scheduled

{% endfor %}
Email Submitter {% if post.submitter.first_name or post.submitter.last_name %} ({{ post.submitter.first_name }} {{ post.submitter.last_name }}) {% else %} (name unavailable) {% endif %}

Cancel
{% endblock content %} {% block end_of_body %} {% if max_post_title_length > 0 or max_post_blurb_length > 0 %} {% if max_post_title_length > 0 %} {% endif %} {% if max_post_blurb_length > 0 %} {% endif %} {% endif %} {% endblock end_of_body %}