{% load videotags %}
{% video content.video %} {% comment %} {% with chapters=content.video.chapter_set.all %}

{{ content.video.title }}

{% if chapters %}
{% endif %} {% if content.video.recorded %}Date: {{ content.video.recorded|date }}{% endif %} {% endwith %} {% endcomment %}