{% if item %}

{% if item.title %}Title: {{item.title}}
{% endif %} {% if item.synopsis %}Synopsis: {{item.synopsis}}
{% endif %} {% if item.producer %}Producer: {{item.producer}}
{% endif %} {% if item.music %}Music: {{item.music}}
{% endif %} {% if item.runtime_minutes %}Runtime: {{item.runtime_minutes}} minutes
{% endif %} {% if item.format %}Format: {{item.format}}
{% endif %} {% if item.region %}Region: {{item.region}}
{% endif %} {% if item.sound %}Sound: {{item.sound}}
{% endif %} {% if item.language %}Language(s): {{item.language}}
{% endif %} {% if item.captioning %}Captioning: {{item.captioning}}
{% endif %} {% if item.genre %}Genre: {{item.genre}}
{% endif %}

{% endif %}