{% extends "base.html" %} {% load i18n static %} {% block title %}{{ job.title }} - University ATS{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "Manage the custom application forms associated with this job posting." %}
{% if not job.form_template %} {% trans "Create New Form Template" %} {% else %} {% trans "View Form Template" %} {% endif %}{% 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 %}{% trans "Manage the custom application forms associated with this job posting." %}
{% endcomment %} {% comment %} {% trans "Create New Form" %} {% trans "View All Existing Forms" %} {% endcomment %} {% comment %} {% trans "Create Candidate" %} {% trans "Manage Tiers" %} {% endcomment %}{% trans "Internal Job ID:" %} {{ job.internal_job_id }}
{% trans "Created:" %} {{ job.created_at|date:"M d, Y" }}
{% trans "Last Updated:" %} {{ job.updated_at|date:"M d, Y" }}
{% if job.reporting_to %}{% trans "Reports To:" %} {{ job.reporting_to }}
{% endif %}