{% extends view.base_template|default:"subjects/base.html" %} {% load static i18n auth recruitment django_bootstrap5 %} {% block title %} {% if object %} {% translate "Edit contact" %} {% else %} {% translate "Create new subject" %} {% endif %} · {{ block.super }} {% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% if not object.is_complete %} {% endif %} {% csrf_token %} {% include 'contacts/__contact_form_top.html' with form=form %} {% bootstrap_field form.pane show_label=False %}
{% include 'contacts/__contact_form_self.html' with form=form %}
{% endblock %} {% block extra_scripts %} {% endblock %}