{% extends "base.html" %} {% block maincontent %}
Dodaj nowy utwór
{% if perms.explorer.can_add_files %}
{{ bookform.as_p }}
Dodaj książkę
{% endif %}
Wszystkie utwory:
{% for file in files.object_list %} {% endfor %}
Lp.
Nazwa utworu
Wersje
{% if files.has_previous %}
Poprzednia
{% endif %}
Strona {{files.number}} z {{files.paginator.num_pages}}
{% if files.has_next %}
Następna
{% endif %}
{{forloop.counter0|add:files.start_index}}.
{{ file }}
{% endblock maincontent %}