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

Review sections

{% csrf_token %} {% for section in object_list %} {% endfor %}
Select Visibility Thumbnail Review
{{ section.visibility }} {% if section.thumbnail %} {% else %}
No Thumbnail
{% endif %}
Review
{% endblock content %}