{% if view.get_context_actions %}
{% for action in view.get_context_actions %} {% if action.label %}{{ action.label }}{% else %}{{ action.url }}{% endif %} {% endfor %}
{% endif %}