{% load humanize %}
{{ video.name}} {{ video.duration }} {% if video.has_cc %}CC{% endif %} {% if video.published_at %}{{ video.published_at }}{% endif %} {% if video.view_count %}{{ video.view_count|intword|intcomma }} views{% endif %} {% if video.is_duplicate %}duplicate{% endif %}

{{ video.description|linebreaksbr|urlize }}