{% extends "base.html" %} {% load i18n static crispy_forms_tags %} {% block title %}{{ job.title }} - University ATS{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "The applicant tracking flow is defined by the attached Form Template. View the Form Template tab to manage stages and fields." %}
{# Placeholder for stage tracker component #}{% trans "Manage the custom application forms associated with this job posting." %}
{% if not job.form_template %} {% trans "Create New Form Template" %} {% else %} {% if job.form_template.is_active %} {% trans "View" %} {% trans "Manage" %} {% else %}{% trans "This job status is not active, the form will appear once the job is made active"%}
{% endif %} {% endif %}{% trans "Assigned to:" %} {{ job.assigned_to }}
{% endif %} {% if not job.assigned_to %} {% elif job.assigned_to and job.assigned_to == request.user %} {% endif %} {% if not job.assigned_to %}{% trans "This job has not been posted to LinkedIn yet." %}
{% endif %} {% if not request.session.linkedin_authenticated %} {% trans "You need to" %} {% trans "authenticate with LinkedIn" %} {% trans "first." %} {% endif %} {% if job.linkedin_post_status and 'ERROR' in job.linkedin_post_status %}