{% import 'macro/accordion.html' as accordion %} {{ accordion.header('Instructions', 'instructions', 'admin', expanded=open_instructions, icon='file-line') }}
The instructions files folder is: {{ config['INSTRUCTIONS_FOLDER'].value }}
.
Allowed file formats for instructions are the following: {{ ', '.join(config['INSTRUCTIONS_ALLOWED_EXTENSIONS'].value) }}
.