{% load static i18n %} {% translate "Application Submitted - Thank You" %}
{# SUCCESS ICON #}

{% translate "Thank You!" %}

{% translate "Your application has been submitted successfully" %}

{% comment %} {# JOB INFO BLOCK #}

{% translate "Position" %}: {{ job.title }}

{% translate "Job ID" %}: {{ job.internal_job_id }}

{% translate "Department" %}: {{ job.department|default:"Not specified" }}

{% if job.application_deadline %}

{% translate "Application Deadline" %}: {{ job.application_deadline|date:"F j, Y" }}

{% endif %}
{% endcomment %}

{% translate "We appreciate your interest in joining our team. Our hiring team will review your application and contact you if there's a potential match for this position." %}

{% translate "Return to Job Listings" %} {# You can add a link to view the saved application here if applicable #} {% comment %} View Job Details {% endcomment %}