{% load uni_form i18n %}
{% if form_html %}{{ form_html }}{% else %}
* {% trans "Required fields" %} {{ form|as_uni_form }}
{% endif %} {% if inputs %}
{% for input in inputs %} {% endfor %}
{% endif %}