{% load i18n %}

{% trans 'Actions' %}

{% for action_group in action_groups %}
{{ action_group.group_display }}
{% endfor %} {% if action_output %}

{{ action_output }}

{% endif %}
{% if upload_form %} {% endif %}