{% if menu_item.kind == 'dialog' and menu_item.url %}
{% elif menu_item.kind == 'inline_form' and menu_item.form_url %}
{% elif menu_item.method == 'GET' and menu_item.url and (menu_item.full_page or not menu_item.url.startswith('/web/views/' ~ view.module ~ '/' ~ view.name)) %}
{{ menu_item.label }}
{% elif menu_item.url %}
{% endif %}