{% for grant in grants %}

{{ grant.__class__.__name__ }}

Internal endpoints: {% if grant.settings.endpoints_ext %} External endpoints: {% endif %} {% if grant.settings.fwd_selector is defined %} Registered Forwarder endpoints {% endif %} {% if grant.settings.json_schemata %} JSON schema definitions: {% endif %} {% endfor %}