{% import 'apostrophe-ui:components/dropdowns.html' as dropdowns with context -%} {%- macro listMenu() -%}
  • {{ __('Manage Tags') }}
  • {%- endmacro -%} {%- if data.permissions.edit -%}
    {{ dropdowns.base({ label: 'Tags', items: []}, 'admin', { direction: 'down', listMacro: listMenu } ) }}
    {%- endif -%}