{% extends "base.html" %} {% block title %} » Glossary {% endblock %} {% block nav %} Glossary {% endblock %} {% block content %}

{{glossary_intro}}

{% for term, desc in glossary_terms|dictsort %} {% endfor %} {% for term, desc in glossary_elements|dictsort %} {% endfor %}
Term Description
{{term}} {{desc}}
Tariff Elements
{{term}} {{desc}}
{% endblock %}