{% load i18n %}

{% 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" %}