{% extends 'base.html' %} {% load static %} {% load tag_exists %} {% block title %} {{ title }} {% endblock %} {% block styles %} {% endblock %} {% block content %}

Update position

{% if form.errors %} {% for field in form %} {% for error in field.errors %}
× {{ field.label }}: {{ error|escape }}
{% endfor %} {% endfor %} {% endif %}
{% csrf_token %}

Job details

Here should be posted information about the job you open. All information posted on the site must be true. The vacancy located by you will be checked by our moderators. Jobs that violate community rules will be removed without explanation and your account will be blocked.



Company details

{#

{{ form.company_description.errors }}

#}

{% endblock %} {% block javascripts %} {% endblock %}