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