{% extends "base.html" %} {% block title %}{{ job.title }} - University ATS{% endblock %} {% block content %}
This job has not been posted to LinkedIn yet.
{% endif %} {% if not request.session.linkedin_authenticated %} You need to authenticate with LinkedIn first. {% endif %} {% if job.linkedin_post_status and 'ERROR' in job.linkedin_post_status %}Manage the custom application forms associated with this job posting.
{# Primary Action: Highlight the creation of a NEW form #} Create New Form {# Secondary Action: Make the list button less prominent #} View All Existing Forms| Name | Stage | Date Applied | Actions | |
|---|---|---|---|---|
| {{ candidate.first_name }} {{ candidate.last_name }} | {{ candidate.email }} | {{ candidate.stage }} | {{ candidate.created_at|date:"M d, Y" }} | View |
Candidates will appear here once they apply for this position.
Internal Job ID: {{ job.internal_job_id }}
Created: {{ job.created_at|date:"M d, Y" }}
Last Updated: {{ job.updated_at|date:"M d, Y" }}
{% if job.reporting_to %}Reports To: {{ job.reporting_to }}
{% endif %}