{% extends "reinhardt/_base.html" %} {% load i18n %} {% load reinhardt_extras %} {% block head_title %}{{ album }}{% endblock %} {% block main %}


{% for item in queue.all %} {% with item.music_file as music_file %} {% endwith %} {% endfor %}
{% endblock %}