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

this is the {% if all_seasons %} Global {% else %}{{ parent_show.title }}{% endif %} season listing page

THIS IS THE SKELETON SEASON DETAIL PAGE FROM THE PBSMMAPI APP

{% if all_seasons %}

We probably won't have a global seasons page.

Other objects might have a global listing page, though.

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

Seasons

{% for season in season_list %} {% endfor %}
Show Season # Pub. Status
{{ season.show.title }} {{ season.ordinal }} {{ season.show_publish_status }}
{% endblock %}