{% extends 'partials/base.html.twig' %} {% set scope = scope ?: 'data.' %} {% block page %}

{{ title }}

{% include 'partials/messages.html.twig' %} {% block instructions %}{% endblock %}
{% block form %}{% endblock %} {{ nonce_field('form', 'form-nonce')|raw }}
{% endblock %}