{% extends "_layouts/message" %} {% set title = "Project Config Changes"|t('app') %} {% block message %}

{{ 'Your project config files contain pending changes. Apply them now?'|t('app') }}

{{ csrfInput() }} {{ actionInput('config-sync') }} {{ hiddenInput('return', craft.app.request.getPathInfo()) }}
{% endblock %}