{% extends "base.html" %} {% load cms_tags sekizai_tags staticfiles pbsmm_tags %} {% block content %}
| Field | Value |
|---|---|
| Description (short) | {{ special.description_short }} |
| Description (long) | {{ special.description_long }} |
| Publicly Available? | {{ special.is_publicly_available }} |
| Language | {{ special.language }} |
| NOLA | {{ special.nola }} |
| Premiered On | {{ special.premiered_on }} |
| Publish Status | {{ special.show_publish_status }} |
| Short Premiere Date | {{ special.short_premiere_date }} |
| Show | {{ special.show.slug }} |
| Title | {{ special.title }} |
The highlighted on is the one that would appear as the default "special.default_asset". It can be changed in the SpecialAsset 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 Special 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.