{% for action in row_actions.standard_actions %} {{ action.label_html|safe }} {% endfor %} {% if row_actions.show_extra_dropdown %} {% else %} {% for action in row_actions.extra_actions %} {{ action.text }} {% endfor %} {% endif %}