{% extends "base.html" %} {% block extrahead %}
{% endblock extrahead %} {% block maincontent %}
{% load explorer_tags %}
{% for file in filetree %} {% tree_part file %} {% endfor %}
Ostatnio oglÄ…dane pliki:
{% if perms.explorer.can_add_files %}
Dodaj nowy utwór
{{ bookform }}
Dodaj książkę
{% endif %}
{% endblock maincontent %}