{% load i18n aristotle_help aristotle_tags util_tags %} {% block title %}{% endblock %} - {{ config.SITE_NAME }}
{% for t,dict in included_items %}

{{t.get_verbose_name_plural}}

{% with object=dict.help %} {% if object %}

Definition: {% relink object 'brief' %}

For more information see the Glossary of included metadata types.

{% endif %} {% endwith %} {% for item in dict.qs.all|order_by:'name' %}
{% include item|template_path:'pdf,inline' with item=item.item header="h2" %}
{% endfor %} {% endfor %}

Glossary of included metadata types

{% for t,dict in included_items %} {% with object=dict.help %} {% if object %}

{{t.get_verbose_name}}

{% relink object 'brief' %}

{% if object.offical_definition %}
{% relink object 'offical_definition' %} {% if object.official_reference %} {% if object.official_link %} {{ object.official_reference }} {% else %} {{ object.official_reference }} {% endif %} {% endif %}
{% endif %}

{% relink object 'body' %}

{% endif %} {% endwith %} {% endfor %}