{% extends "base.html" %} {% load wiki_markup %} {% load link %} {% block title %}Troggle paths report{% endblock %} {% block content %}

Expo Troggle paths report

{% for c,p in bycodeslist %} {% endfor %}
CodePath
{{c}} {{p}}

{% for c,p in bypathslist %} {% endfor %}
PathCode
{{p}} {{c}}

There are {{ ncodes }} different path codes defined. {% endblock %}