{% extends 'layout_dtpop_forms.html' %}
{% load static %}
{% load crispy_forms_tags %}
{% block content %}
{% include "informant_erp/includes/item_create_modals.html" %}
{% include "informant_erp/experience_modal.html" %}
{% crispy form %}
{% endblock content %}
{% block body_scripts %}
{{ block.super }}
{% endblock body_scripts %}