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