{% extends "layout.html" %} {% block body %}
{% for item in this.children.order_by('term') %}
{{ item.definition|safe }} {% if item.spelling %}
Spelling notes: {{ item.spelling }}
{% endif %} {% if item.translation %}
Translation notes: {{ item.translation }}
{% endif %}
{% endfor %}
{% endblock %}