{% extends "aristotle_mdr/downloads/html/pdf.html" %} {% load i18n aristotle_help aristotle_tags util_tags %} {% block content %}

Included Items

{% for item in items %}
{% include item|template_path:'html,' with item=item header="h2" %}
{% endfor %} {% if supporting_items %}

Supporting Items

{% for l,dict in supporting_items.items %}

{{ dict.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.items %}
{% include item|template_path:'html,' with item=item header="h3" %}
{% endfor %} {% endfor %} {% endif %} {% endblock %}