{% extends "form_template.html" %}
{% block form_style %}position_form_container{% endblock %}
{% block components %}
{% include "form_visible_fields.html" %}
{% include "form_hidden_fields.html" %}
{% include "form_error_log.html" %}
{% include "form_submit_row.html" %}
{% endblock %}