{% extends "base.html" %} {% block title %}{{ video.name }} – FSLab@H-BRS Video Portal{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ course.term.name }} / {{ course.title }}{% if preview %}(disable preview mode){% elif is_lecturer %}(enable preview mode){% endif %}

{% if updated %}

Video details updated successfully

{% endif %} {% include "parts/player.html" %}
{% if is_lecturer %} {% include "forms/videodetails.html" %}
{% include "parts/share-link.html" %}
{% include "parts/embed-video.html" %} {% endif %}
{% include "parts/attachments.html" %}
{% if is_lecturer %} {% include "forms/new-video-attachment.html" %}
{% endif %} {% endblock content %}