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