{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %} {% if user.is_authenticated %} {% if request.user.groups.all.0.name == "company_owner" %} {% comment %} {% with {{postingform.company}}={{company.id}} %} {% endcomment %}

Job Post Submission


{% csrf_token %} {% comment %} {{ postingform }} {% endcomment %}

{{ note }}

{{ error }}

{{ postingform.title }}
{{ postingform.jobtype }}
{{ postingform.company }}
{{ postingform.description }}
{{ postingform.address }} {{ postingform.geolocation }}

{{ postingform.postdate }}

{{ postingform.deadlinedate }}

{{ postingform.posttime }}

{{ postingform.deadlinetime }}

{{ postingform.salary_min }}

{{ postingform.salary_max }}
{{ postingform.US_author_required }}
{% comment %}
{% endcomment %}
{{ postingform.media.js }} {% comment %} {% endwith %} {% endcomment %} {% else %}

You are not allowed to view this page.
This page is only for company owners

{% endif %} {% endif %} {% endblock %}