{% extends "base.html" %} {% from "_ui.html" import page_head %} {% block title %}Support{% endblock %} {% block content %} {{ page_head('help', 'Support', 'Tell us what you need help with - your request goes straight to the support team.') }}

{{ icon('mail') }} New support request

{{ icon('type') }}
Images and documents (PDF, Word, Excel, PowerPoint, text, CSV and more). Up to {{ max_files }} files, {{ max_file_mb }} MB each, {{ max_total_mb }} MB in total.
    {% endblock %}