{% load i18n %}
{% for field in action_form %} {% if field.label %} {{ field.label }} {% endif %} {{ field }} {% endfor %}