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

{% translate "Thank You!" %}

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

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

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

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

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

{% if job.application_deadline %}

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

{% endif %}
{% endcomment %}

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

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