{% extends "base.html" %} {% load static i18n %} {% block title %}{% trans "Delete Application" %} - {{ block.super }}{% endblock %} {% block content %}
{% trans "Are you sure you want to delete this application for" %} "{{ object.candidate.full_name }}" {% trans "for the job" %} "{{ object.job.title }}"? {% trans "This action cannot be undone." %}
{% if object.job %}{% trans "Job:" %} {{ object.job.title }}
{% endif %} {% if object.candidate %}{% trans "Candidate:" %} {{ object.candidate.full_name }}
{% endif %}{% trans "Application Date:" %} {{ object.created_at|date:"M d, Y" }}