{% extends 'base.html' %} {% load i18n %} {% block title %}{{ video.title }}{% endblock %} {% block content %}

{{ video.title }}

{% trans "Duration" %}: {{ video.duration }} {% trans "Views" %}: {{ video.views }} {% trans "Language" %}: {{ video.get_language_display }} {% trans "Uploaded" %}: {{ video.upload_date|date:"M d, Y" }}

{{ video.description }}

{% if related_videos %}

{% trans "Related Videos" %}

{% endif %}
{% endblock %}