{% extends "trainings/trainingactivity_base_detail.html" %}
{% load i18n template_tools %}
{% block head %}
{{ block.super }}
{% include "cms/includes/lightbox-head.html" %}
{% endblock %}
{% block activity_details %}
{% trans 'Preview the video' %}
{% trans 'Download the video' %}
{% endblock %}