{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete Job - University ATS" %}{% endblock %} {% block content %}

{% trans "Delete Job Posting" %}

{% trans "Are you sure you want to delete the job posting" %} "{{ job.title }}"?

{% trans "This action cannot be undone."%} {% trans "All associated data will be permanently removed." %}"
{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}