{% extends "base.html" %} {% load cms_tags sekizai_tags staticfiles pbsmm_tags %} {% block content %}
| Parameter | Value |
|---|---|
| Absolute URL | {{ show.get_absolute_url }} |
| Audience | {{ show.audience }} |
| Available to Public | {{ show.available_to_public }} |
| Can Embed Player | {{ show.can_embed_player }} |
| Description (short) | {{ show.description_short }} |
| Description (long) | {{ show.description_long }} |
| Display Episode Number | {{ show.display_episode_number }} |
| Episode Count | {{ show.episode_count }} |
| Funder Message | {{ show.funder_message }} |
| GA Event | {{ show.ga_event }} |
| GA Page | {{ show.ga_page }} |
| Genre | {{ show.genre }} |
| Hashtag | {{ show.hashtag }} |
| Is Publicly Available? (set in Admin) | {{ show.is_publicly_available }} |
| Language | {{ show.language }} |
| NOLA | {{ site.nola }} |
| Ordinal Season (flag) | {{ show.ordinal_season }} |
| Platforms | {{ show.platforms }} |
| Premiered On | {{ show.premiered_on }} |
| Serializable Value | {{ show.serializable_value }} |
| Slug | {{ show.slug }} |
| Sort Episodes Descending | {{ show.sort_episodes_descending }} |
| Title | {{ show.title }} |
| Title (sortable) | {{ show.sortable_title }} |
| Season / Episodes | Admin | # Assets | Publish Status | ||
|---|---|---|---|---|---|
| Season {{ season.ordinal }}: {{ season.printable_title }} | Admin | {{ season.assets.all|length }} | {{ season.show_publish_status }} | ||
| {{ season.ordinal|stringformat:"02d"}}{{ episode.ordinal|stringformat:"02d"}} | {{ episode.title }} | Admin | {{ episode.assets.all|length }} | {{ episode.show_publish_status }} | |
There are no seasons
{% endif %}| Special Title | Admin | # Assets | Publish Status |
|---|---|---|---|
| {{ special.title }} | Admin | {{ special.assets.all|length }} | {{ special.show_publish_status }} |
There are no Specials
{% endif %}The highlighted on is the one that would appear as the default "show.default_asset". It can be changed in the ShowAsset admin by changing the "OVERRIDE DEFAILT ASSET" to "yes".
| Title | Type | Duration | Admin |
|---|---|---|---|
| {{ asset.title }} | {{ asset.object_type }} | {{ asset.formatted_duration }} | Admin |
There are no assets.
{% endif %}