{% 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.text }}
Sort:
prev
next
    {% for l in object_list.items %}
  • {{ l.title }}
  • {% endfor %}
pin

{{ item.get_title }}

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