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

{{ tab.title|format_title|safe }}

About {% comment %} {% if has_add %} About {% endif %} {% endcomment %} {% ifequal title "Best Practices" %} Download {% endifequal %}
  • {{ tab.title }}
  • {% for t in tabs %} {% ifnotequal t.id tab.id %}
  • {{ t.title }}
  • {% endifnotequal %} {% endfor %}
{{ tab.text }}
{% for t in tabs %}
{% ifnotequal t.id tab.id %} {{ t.text }} {% endifnotequal %}
{% endfor %}
Sort:
prev
next
    {% for l in object_list.items %}
  • {{ l.title }}
  • {% endfor %}
pin

{{ item.get_title }}

{{ item_data.html|safe }}
{% endblock %}