{% extends "bookLoan/my_profile.html" %} {% block extra-header %} {% endblock %} {% block title %}{{block.super}}- assunto{% endblock %} {% block breadcrumb %} {{ block.super }} > Assuntos > {{ tag }} {% endblock %} {% block content %}
Assunto ({{ tag }})
{% for book in entries %} {% if forloop.counter0|divisibleby:"3" %} {% endif %} {% empty %} {% endfor %}
Não existem livros sobre esse assunto
{% endblock %}