fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
920f25a6f14d07cc0b0bd315659ba19d60906195
[redakcja.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
document_list.html
1
{% extends "catalogue/base.html" %}
2
3
{% load i18n %}
4
{% load catalogue book_list %}
5
6
7
{% block content %}
8
{% book_list %}
9
{% endblock content %}