{% extends 'base_print.xml' %} {% block content %}

TEC Training Item List

{% for category in categories %}

{{category}}

{% for item in category.items.all %}

{{ item }}

{{ item.description }} {% if item.prerequisites.exists %}

Prerequisites:

{% endif %} {% endfor %} {% endfor %} {% endblock %}