{% load i18n aristotle_help aristotle_tags %} {% block title %}{{ title }}{% endblock %} - {{ config.SITE_NAME }}
{{ title }} {% if subtitle %}

{{subtitle}}

{% endif %}

Table of contents

{% 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 %}
{% include item|template_path:'pdf,inline' with item=item.item %}
{% 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 %}
{%block page_foot%} Page - {{title}} - Produced on {% now "DATETIME_FORMAT" %} {%endblock%}