{% extends 'noel/base.html' %} {% block title %} ITF: {{ title }} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
close
{% load itftags %}

{{ title|format_title|safe }}

About {% comment %} {% if has_add %} About {% endif %} {% endcomment %} {% ifequal title "Best Practices" %} Download {% endifequal %}
  • {{ default_tab.title }}
  • {% for t in tabs %}
  • {{ t.title }}
  • {% endfor %}
{{ default_tab.text }}
{% for t in tabs %}
{{ t.text }}
{% endfor %}
Sort:
prev
next
  • Loading...
Loading...
{% endblock %}