{%- set content_actions = actions.for_category('calendar:event') %}
{%- set global_actions = actions.for_category('calendar:global') %}
{%- for action in content_actions %}
{{ action.render() }}
{%- endfor %}
{%- if content_actions and global_actions %}
{%- endif %}
{%- for action in global_actions %}