Install {{ app_name }}
{% for field in form %}
{{ field.label() }} {{ field() }}
{% endfor %}