{% load i18n staticfiles brightcove %}
{{ select }} {% if pk %} {% endif %} {% if item %} {% if item.short_description %} {% endif %} {% if item.long_description %} {% endif %}
{% 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 }}
{% endif %}