{% load i18n staticfiles brightcove %}
{% trans 'Video name' %} | {{ item.name }} |
{% trans 'Video' %} | {% brightcove_player item.brightcove_id width=360 height=200 %} |
{% trans 'Thumbnail' %} | |
{% trans 'Short description' %} | {{ item.short_description }} |
{% trans 'Long description' %} | {{ item.long_description|default_if_none:"" }} |
{% trans 'length' %} | {{ item.length_seconds }} |
{% trans 'Total times played' %} | {{ item.plays_total|default_if_none:"0" }} |
{% trans 'Creation date' %} | {{ item.creation_date }} |
{% trans 'Publication date' %} | {{ item.published_date }} |