{% extends "base_generic.html" %} {% block content %}

Delete Author: {{ author }}

{% if author.book_set.all %}

You can't delete this author until all their books have been deleted:

{% else %}

Are you sure you want to delete the author?

{% csrf_token %}
{% endif %} {% endblock %}