{% extends "sopds_main.html" %} {% load staticfiles %} {% load i18n %} {% block body %} {% autoescape on %} {% for g in items %} {% endfor %}
{% if not parent_id %} {{ g.section }} {% else %} {{ g.subsection }} {% endif %} {% blocktrans with g_num_book=g.num_book %}Total: {{ g_num_book }} books.{% endblocktrans %}
{% endautoescape %} {% endblock %} {# body #}