{% extends "base.html" %} {% load static i18n %} {% block title %}{% trans "Delete Application" %} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "You are about to delete an Application record. This action cannot be undone." %}
{% blocktrans with candidate_name=object.candidate.full_name job_title=object.job.title %} Deleting the application submitted by **{{ candidate_name }}** for the job **{{ job_title }}** will permanently remove all associated data. Please review the information below carefully before proceeding. {% endblocktrans %}
{{ object.candidate.email }}
{% endif %}