{% extends 'help_base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}
{% blocktrans trimmed %} Your feedback will help us improve {{ box_name }}! {% endblocktrans %}
{% blocktrans trimmed %} Let us know about missing features, your favourite apps and how we can improve them on our discussion forum. {% endblocktrans %}
{% blocktrans trimmed %} If you find any bugs or issues, please use the issue tracker to let our developers know. To report, first check if the issue is already reported and then use the "New issue" button. {% endblocktrans %}
{% blocktrans trimmed %} Thank you! {% endblocktrans %}
{% endblock %}