{% extends "shared/base.html" %} {% block title %} MediaFiles List {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}
Review Download
{% for mediafile in mediafiles %} {% endfor %}
Titel Review Download
{{mediafile.title}} {% with check=mediafile.review %}{% include "components/check.html" %}{% endwith %} {% with check=mediafile.should_download %}{% include "components/check.html" %}{% endwith %}
{% endblock %}