{% extends "themes/"|add:settings.page_theme|add:"/base.html" %} {% load tag_help %} {% block head_extensions %} {% include 'pygal/repeat_head.html' %} {% endblock head_extensions %} {% block modal %}
X
{% endblock modal %} {% 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 %}
{% for tag in item.tags %} {% if tag.has_valid_coordinates %} {% endif %} {% endfor %}
{% with item=item.nxt %} {% include "pygal/thumb.html" %} {% endwith %}
{% endblock content %}