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

this is the show listing page

THIS IS THE SKELETON TEMPLATE FROM THE PBSMMAPI APP

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

Shows

{% for show in show_list %} {% endfor %}
Title Pub. Status Live as of Avail to Public
{{ show.title }} {{ show.show_publish_status }} {{ show.live_as_of }} {{ show.available_to_public }}
{% endblock %}