{%extends "rolodex/base.html" %} {%load staticfiles%} {%block head%} {%endblock%} {%block content%} {%if org%}

Are you absolutely sure you want to delete {{org.orgName}}?

{%else%}

Are you absolutely sure you want to delete {{peep.firstName}} {{peep.lastName}}?

{%endif%}
{%if org%}
{% else %} {%endif%} {% csrf_token %}
No, get me outta here.
{%endblock%}