{% 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 %}