{% import 'components/menu_labels.html' as ml with context %}
{# we need to use "with context" to disable cache, needed for i18n #}
{% macro menu(menus, class='') %}
{% endmacro %}
{% macro action_button(url, label=_("create"), icon="plus-circled", class="is-primary is-rounded", id=none) %}
{{label}}
{% endmacro %}