contacts-8.x-1.x-dev/templates/contacts-dash-tabs.html.twig
templates/contacts-dash-tabs.html.twig
{% if tabs %}
<ul{{ attributes }}>
{%- for key, item in tabs -%}
<li{{ item.attributes.addClass(key|clean_class) }}>
<a {{ item.link_attributes }} href="{{ item.link }}">
{{ item.drag }}
{{ item.edit }}
{{ item.text }}
</a>
</li>
{%- endfor -%}
</ul>
{% endif %}
