{% extends 'base.html' %} {% load static %} {% block scripts %} {# selects #} {% endblock %} {% block body %}
{% csrf_token %}
Управление услугой {{ object.name }}

{# event_type #}
{{ form.event_type }}
{# region #}
{{ form.region }} {{ form.region.errors }}
{# country #}
{{ form.country }} {{ form.country.errors }}
{# expositions #}
{{ form.expositions }} {{ form.expositions.errors }}
{# conferences #}
{{ form.conferences }} {{ form.conferences.errors }}
{% endblock %} {% block bot_scripts %} {% endblock %}