{% extends "base.html" %} {% load cms_tags sekizai_tags staticfiles pbsmm_tags %} {% block content %}
| Field | Value |
|---|---|
| Description (short) | {{ episode.description_short }} |
| Description (long) | {{ episode.description_long }} |
| Funder Message | {{ episode.funder_message }} |
| Publicly Available? | {{ episode.is_publicly_available }} |
| NOLA | {{ episode.nola }} |
| Ordinal | {{ episode.ordinal }} |
| Premiered On | {{ episode.premiered_on }} |
| Publish Status | {{ episode.show_publish_status }} |
| Season | {{ episode.season.printable_title }} |
| Segment | {{ episode.segment }} |
| Short Episode Code | {{ episode.short_episode_code }} |
| Slug | {{ episode.slug }} |
| Title | {{ episode.title }} |
The highlighted on is the one that would appear as the default "episode.default_asset". It can be changed in the EpisodeAsset 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 %}Here are the images associated with the Episode I need to create a template tag that can read the stored JSON and return things. But there are also properties for getting the canonical image.