{% from 'components/page-heading.html' import page_heading %} {{ page_heading(t.entry_heading, t.entry_body) }} {% if errors.get('default_scope') %}{{ read_error(errors.default_scope, t.default_scope) }}{% endif %}
{% if scopes %}
{% for item in scopes %}{{ item.title }}

{{ item.summary }}

{% endfor %}
{% else %}

{{ t.no_scopes }}

{% endif %}