{% extends 'help_base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}

{% trans "Get Support" %}

{% blocktrans trimmed %} If you need help in getting something done or if you are facing problems using {{ box_name }}, you can ask for help from our community of users and contributors. {% endblocktrans %}

{% blocktrans trimmed %} Search for past discussions or post a new query on our discussion forum. {% endblocktrans %}

{% blocktrans trimmed %} You can also chat with us on our IRC and Matrix channels (bridged):

Or send an email to our mailing list. {% endblocktrans %}

{% endblock %}