{% extends 'layouts/base.njk' %} {% set title = 'ily.li - File manager' %} {% block body %}

File manager

You're their manager, please be nice with them.

Upload a file

{{ macros.field(_locals, 'file', 'upload', '', 'Choose wisely', 'The maximum upload size is' + max_upload_size, validation_attributes='required') }}

File list

{% endblock %}