{% extends "shared/base.html" %} {% block title %}
| Titel | Review | Download |
|---|---|---|
| {{mediafile.title}} | {% with check=mediafile.review %}{% include "components/check.html" %}{% endwith %} | {% with check=mediafile.should_download %}{% include "components/check.html" %}{% endwith %} |