<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">

  <t t-name="web.DropdownItem" owl="1">
    <t
      t-tag="props.href ? 'a' : 'span'"
      t-att-href="props.href"
      class="dropdown-item"
      role="menuitem"
      t-on-click="onClick"
      t-att-title="props.title"
      t-att-data-hotkey="props.hotkey"
      tabindex="0"
    >
      <t t-slot="default" />
    </t>
  </t>

</templates>
