Ricerca Press

{% for field in form %} {% if not field.is_hidden %}
{{ field.label }}:
{{ field }}
{% else %} {{ field }} {% endif %} {% endfor %}