{% extends "base.html" %} {% block meta-title %}Authors{% endblock %} {% block nav-menu-items %} {% with True as books_authors_is_active %} {% include "snippets/menu_items.html" %} {% endwith %} {% endblock nav-menu-items %} {% block main-content %}

Authors

{% for author in object_list %} {% endfor %}
Salutation Name E-mail
{{ author.salutation }} {{ author.name }} {{ author.email }}
{% endblock %} {% block sidebar-content %}{% endblock sidebar-content %}