{% extends 'zebrafinch/base.html' %} {% block page_css %} {% endblock page_css %} {% load url from future %} {% block content %}

Back to series list

Sections in series "{{ series.slug }}"

{% csrf_token %} {% include 'zebrafinch/review_buttons.html' %} {% for part in form.get_forms %} {% comment %} {% endcomment %} {% endfor %}
Select Index Visibility Thumbnail
{{ part.get_section.index }} {{ part.as_p }} {% if part.thumbnail %} {% else %}
No Thumbnail
{% endif %}
Review
{% include 'zebrafinch/review_buttons.html' %}
{% include "zebrafinch/paginate.html" %} {% endblock content %}