{% extends 'scipost/base.html' %} {% load bootstrap %} {% 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 %}