1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
2022-10-07 14:17:18 -04:00

8 lines
226 B
HTML

{% for tab in tabs %}
<li role="presentation" class="nav-item">
<a href="{{ tab.url }}" class="nav-link{% if tab.is_active %} active{% endif %}">
{{ tab.label }} {% badge tab.badge %}
</a>
</li>
{% endfor %}