{% extends 'base.html' %} {% load i18n %} {% block title %}{{ video.title }}{% endblock %} {% block content %} {% trans "Your browser does not support the video tag." %} {{ 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" %} {% for related_video in related_videos %} {{ related_video.title }} {{ related_video.duration }} {% endfor %} {% endif %} {% endblock %}
{{ video.description }}
{{ related_video.duration }}