{% extends "base.html" %} {% block content %}

Glossary

Trading terminology, abbreviations, and definitions

{% for letter, letter_entries in grouped_entries.items() | sort %}

{{ letter }}

{% for entry in letter_entries %}
{{ entry.term }} {% if entry.abbreviation %} ({{ entry.abbreviation }}) {% endif %}
{{ entry.definition }} {% if entry.backlinks %} {% endif %} {% if entry.related_terms %} {% endif %} View in context
{% endfor %}
{% endfor %}
{% endblock %}