{% import "_includes/forms" as forms %}

{{ 'Apply File Changes'|t('app') }}

{{ csrfInput() }} {{ actionInput('utilities/project-config-perform-action') }} {% if changesPending %}

{{ 'Apply changes in your project config files to the stored project config.'|t('app') }}

{% else %}

{{ 'There aren’t any pending project config changes to apply.'|t('app') }}

{% endif %}

{{ 'Rebuild the Config'|t('app') }}

{{ 'Rebuild the project config based on the data stored throughout the database.'|t('app') }}

{{ actionInput('utilities/project-config-perform-action') }} {{ csrfInput() }}

{{ 'Project Config Data'|t('app') }}

{{ entireConfig }}