{% 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='has-background-primary') %}
{% endmacro %}
{% macro action_button(url, label=_("create"), icon="plus-circled", class="is-primary is-rounded", id=none) %}
{{label}}
{% endmacro %}