{% extends 'base.html' %} {% block title %}Authors{% endblock %} {% block content %}

Authors

{% if author_list %} {% else %}

There are no author to display.

{% endif %}

Cancel

{% endblock content %}