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