{% extends 'base.html' %} {% load static %} {% load i18n %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ action }}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {{ form.name|bootstrap_horizontal }}
{{ form.comment|bootstrap_horizontal }}
{% include "users/_select_user_modal.html" %} {% endblock %} {% block custom_foot_js %} {% endblock %}