{% block styles %} {% include 'styles.html' %} {% endblock styles %}
{% from 'globals.html' import globals %} {% from 'accordion-section.html' import accordion_section with context %} {% from 'userguide-link.html' import userguide_link %} {% block content scoped %}

{{ self.page_title() }}

{{ model_description }}

{% if userguide_page is defined %} {{ userguide_link(model_id, userguide_page, model_name) }} {% endif %} {% endblock content %}
{% block footer %} {% endblock footer %} {% block scripts %} {% include 'accordion-js.html' %} {% endblock scripts %}