{% extends "themes/"|add:settings.page_theme|add:"/base.html" %} {% load static %} {% block head_extensions %} {% include 'pygal/repeat_head.html' %} {% endblock head_extensions %} {% block modal %}
{% if item.use_internal_player %} {% else %} {{ item.name }} {% endif %}
X
{% endblock modal %} {% block content %} {% with item=item.prv %} {% include "pygal/thumb.html" %} {% endwith %} {% if item.use_internal_player %}
{% with bar=item.tagbar slim=True %}{% include 'themes/'|add:settings.page_theme|add:'/menubar.html' %}{% endwith %}
{% else %}
{{ item.name }}
{% endif %} {% with item=item.nxt %} {% include "pygal/thumb.html" %} {% endwith %}
{% endblock content %}