• View
  • {% if view.can_edit %}
  • Edit
  • {% endif %} {% for action in row_actions %} {% set has_confirm = action.get('confirm') or action.get('confirm_title') or action.get('confirm_lines') or action.get('confirm_prompt') %} {% set confirm_fallback = action.get('confirm_prompt') or action.get('confirm') or action.get('confirm_title') %}
  • {% if action.get('href') %} {% if action.get('icon') %}{% endif %} {{ action.label }} {% else %} {% endif %}
  • {% endfor %} {% if view.can_delete %}

  • {% endif %}