{% extends 'profiles/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Delete {{ profile }} {% endblock %} {% block pagetitle %}: Delete Profile{% endblock pagetitle %} {% block content %}

Delete Profile

{% include 'profiles/_profile_card.html' with profile=profile %}
{% csrf_token %}

Are you sure you want to delete this Profile?

{% endblock content %}