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

{{ 'Clear Caches'|t('app') }}

{{ actionInput('utilities/clear-caches-perform-action') }} {{ csrfInput() }} {{ forms.checkboxSelect({ name: 'caches', options: cacheOptions, showAllOption: true, values: '*', }) }}

{{ 'Invalidate Data Caches'|t('app') }}

{{ actionInput('utilities/invalidate-tags') }} {{ csrfInput() }} {{ forms.checkboxSelect({ name: 'tags', options: tagOptions, showAllOption: false, }) }}