{% extends "djangoadmin/base/body/index_form.html" %} {% block sidebar_left %} {% include "djangoadmin/base/sidebar_left/sidebar_left_form.html" with kwargs=kwargs %} {% endblock sidebar_left %} {% block body %} {% include "djangoadmin/widgets/alerts.html" %}
{% csrf_token %} {% include "djangoadmin/widgets/TextInput_FormField_Row.html" with field=overviewform.username %} {% include "djangoadmin/widgets/EmailInput_FormField_Row.html" with field=overviewform.email %} {% include "djangoadmin/widgets/NumberInput_FormField_Row.html" with field=overviewform.mobile %} {% endblock body %} {% block sidebar_right %} {% include "djangoadmin/widgets/Select_FormField_Card.html" with field=overviewform.status is_submit="Create" type="primary" cls='mb-1' %} {% include "djangoadmin/widgets/Select_FormField_Card.html" with field=overviewform.category cls='mb-1' %}
{% endblock sidebar_right %}