{% load uni_form %}
* Required fields {{ form|as_uni_form }}
{% if inputs %}
{% for input in inputs %} {% endfor %}
{% endif %}