1 {% extends "base/base.html" %}
 
   3 {% load catalogue_tags %}
 
   5 {% block titleextra %}{% trans "My shelf" %}{% endblock %}
 
   7 {% block logout %}/{% endblock %}
 
  10   <h1>{% trans "My shelf" %}</h1>
 
  15     {% trans "Add works to your shelf by clicking on the star on the page of the work. The work will then show up on My shelf page." %}