{% extends "base.html" %} {% load cms_tags sekizai_tags staticfiles pbsmm_tags %} {% block content %}
| Field | Value |
|---|---|
| Description (short) | {{ season.description_short }} |
| Description (long) | {{ season.description_long }} |
| Publicly Available? | {{ season.is_publicly_available }} |
| Ordinal | {{ season.ordinal }} |
| Printable Title | {{ season.printable_title }} |
| # Episodes | {{ season.episode.count }} |
| Publish Status | {{ season.show_publish_status }} |
| Show | {{ season.show.title }} |
| Episode # | Title | Admin | # Assets | Publish Status |
|---|---|---|---|---|
| {{ season.ordinal|stringformat:"02d"}}{{ episode.ordinal|stringformat:"02d"}} | {{ episode.title }} | Admin | {{ episode.assets.all|length }} | {{ episode.show_publish_status }} |
There are no episodes
{% endif %}The highlighted on is the one that would appear as the default "season.default_asset". It can be changed in the SeasonAsset 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 %}