{# Real destinations for the legacy chooser's decorative account controls. #}
<template id="hbp-company-actions">
<a class="link" href="#company-onboarding" data-company-onboarding><i class="fa fa-user-plus" aria-hidden="true"></i><span>Join a company</span></a>
{% if app.session.get('userType') == 8 %}
<a class="link" href="{{ path('honeybee_account_merge') }}"><i class="fa fa-link" aria-hidden="true"></i><span>Merge accounts</span></a>
{% else %}
<a class="link" href="{{ path('honeybee_website_page', {'page':'app-support'}) }}#account-linking"><i class="fa fa-link" aria-hidden="true"></i><span>Account linking help</span></a>
{% endif %}
<a class="link" href="{{ path('honeybee_website_page', {'page':'app-support'}) }}#account-deletion"><i class="fa fa-trash" aria-hidden="true"></i><span>Request deletion</span></a>
</template>