Conflicts: ietf/doc/templatetags/ietf_filters.py ietf/doc/views_charter.py ietf/templates/doc/charter/edit_notify.html ietf/templates/doc/charter/edit_telechat_date.html ietf/templates/doc/document_ballot_content.html ietf/templates/doc/document_history.html ietf/templates/doc/edit_notify.html ietf/templates/doc/edit_telechat_date.html ietf/templates/doc/notify.html ietf/templates/group/concluded_groups.html - Legacy-Id: 8429
13 lines
414 B
HTML
13 lines
414 B
HTML
{% load ietf_filters %}
|
|
|
|
<h1>{{ doc.title }}<br><small>{{ name }}</small></h1>
|
|
|
|
<ul class="nav nav-tabs">
|
|
{% for name, t, url, active, tooltip in tabs %}
|
|
<li {% if tooltip %}title="{{tooltip}}"{% endif %} class="{% if t == selected %}active {% endif %}{% if not active %}disabled {% endif %}">
|
|
<a {% if active %}href="{{ url }}"{% endif %}>{{ name|capfirst_allcaps }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|
|
<p></p>
|