{% extends "base.html" %} {% load cms_tags sekizai_tags staticfiles pbsmm_tags %} {% block content %}

this is the show listing page

THIS IS THE SPECIAL LISTING PAGE FROM THE PBSMMAPI APP

You are {% if not is_logged_in %} NOT {% endif %} logged in.

Specials

{% for special in special_list %} {% endfor %}
Title Show Pub. Status
{{ special.title }} {{ special.show.title }} {{ special.show_publish_status }}
{% endblock %}