{% extends "timepiece/base.html" %} {% block title %} Delete {{ object }} {% endblock title %} {% block content %}
{% if object.get_name_or_username %}

Are you sure you want to delete {{ object.get_name_or_username }}?

{% else %}

Are you sure you want to delete {{ object }}?

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