{% load i18n %} {% if show_custom_actions %} {% endif %} {% for form_entry in form_entries %} {% if show_custom_actions %} {% endif %} {% endfor %}
{% trans "Name" %}
{% trans "Actions" %}
{{ form_entry.name }}
    {% if show_edit_link %}
  • {% endif %} {% if show_delete_link %}
  • {% endif %} {% if show_export_link %}
  • {% endif %}