fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c465ab992d62f8278ad757383be5dd6926319bf8
[wolnelektury.git]
/
apps
/
social
/
templates
/
social
/
my_shelf.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
{% load catalogue_tags %}
4
5
{% block titleextra %}{% trans "My shelf" %}{% endblock %}
6
7
{% block logout %}/{% endblock %}
8
9
{% block body %}
10
11
<h1>{% trans "My shelf" %}</h1>
12
13
{% work_list books %}
14
15
{% endblock %}