2020-03-15 17:15:36 -04:00
|
|
|
{% for tab in tabs %}
|
|
|
|
<div class="tab {% if tab.id == active_tab %}active{% endif %}">
|
|
|
|
<a href="{{ path }}/{{ tab.id }}">{{ tab.display }}</a>
|
2020-02-23 17:26:03 -05:00
|
|
|
</div>
|
2020-03-15 17:15:36 -04:00
|
|
|
{% endfor %}
|
2020-02-23 17:26:03 -05:00
|
|
|
|