{% extends 'base.html' %} {% block title %}Application Submitted - {{ job.title }}{% endblock %} {% block content %}

Thank You!

Your application has been submitted successfully

Position: {{ job.title }}

Job ID: {{ job.internal_job_id }}

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

{% if job.application_deadline %}

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

{% endif %}

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.

{% comment %}
Apply to Another Position View Job Details
{% endcomment %}
{% endblock %}