{% extends "pbp_store/admin_base.html" %} {% load url from future %} {% block body %}

Confirm Delete

Are you sure you want to delete {{item.title}}?

{% csrf_token %} Cancel
{% endblock %}