{% import 'macro/accordion.html' as accordion %} {{ accordion.header('Instructions', 'instructions', 'admin', expanded=open_instructions, icon='file-line') }}
Folder

The instructions files folder is: {{ config['INSTRUCTIONS_FOLDER'].value }}.
Allowed file formats for instructions are the following: {{ ', '.join(config['INSTRUCTIONS_ALLOWED_EXTENSIONS'].value) }}.

Counters

Refresh

Refresh the instructions cache

{{ accordion.footer() }}