{% extends 'cards.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load firstboot_extras %} {% load static %} {% block content-container %}
{% url 'help:manual' as manual_url %} {% blocktrans trimmed %} The {{ box_name }} Manual is the best place to start for information regarding {{ box_name }}. {% endblocktrans %}
{% blocktrans trimmed %} {{ box_name }} project wiki contains further information. {% endblocktrans %}
{% blocktrans trimmed %} To seek help from {{ box_name }} community, queries may be posted on the mailing list. The list archives also contain information about problems faced by other users and possible solutions. {% endblocktrans %}
{% blocktrans trimmed %} Many {{ box_name }} contributors and users are also available on the irc.oftc.net IRC network. Join and request help on the #freedombox channel using the IRC web interface. {% endblocktrans %}