{% extends "shared/base.html" %} {% block title %} Video Links {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}
{% for mediavideo in mediavideos %} {% endfor %}
Titel Review Download
{{mediavideo.title}} {% with check=mediavideo.review %}{% include "components/check.html" %}{% endwith %} {% with check=mediavideo.should_download %}{% include "components/check.html" %}{% endwith %}
{% endblock %}