{% extends "base.html" %} {% load static i18n %} {% block title %}{% trans "Delete Candidate" %} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "You are about to delete a candidate application. This action cannot be undone." %}
{% trans "Deleting this candidate will permanently remove all associated data. Please review the information below carefully before proceeding." %}
{{ object.email }}
{% endif %}