{% extends "themes/"|add:settings.page_theme|add:"/base.html" %} {% block head_extensions %} {% include 'pygal/repeat_head.html' %} {% endblock head_extensions %} {% block content %} {% with item=item.prv %} {% include "pygal/thumb.html" %} {% endwith %}
{% with bar=item.tagbar slim=True %}{% include 'themes/'|add:settings.page_theme|add:'/menubar.html' %}{% endwith %}

{{ item.heading }}

{% for line in item.audio_information %} {% endfor %}
{{ line.description }}: {{ line.data }}
{% with item=item.nxt %} {% include "pygal/thumb.html" %} {% endwith %}
{% endblock content %}