{% extends 'base.html' %} {% load i18n %} {% block title %}{{ video.title }} | {% trans 'Learning management system' %}{% endblock title %} {% load static %} {% block content %}
{{ video.title }}
{{ video.timestamp|timesince }} {% trans 'ago' %}
{% if video.summary %}{{ video.summary }}
{% else %} {% trans 'No video description set.' %} {% endif %}