{% extends 'base_help.html' %}
{% load i18n %}
{% block pagetitle %}Guides & Support{% endblock %}
{% block helpdesk_outer %}
{% trans "Installation Guides for Your Operating System:" %}
{% trans "Other useful help pages & contact information:" %}
-
{% blocktrans trimmed %}
We already cover many common questions and problems in our Knowledge Base.
Take a look if you have any question.
{% endblocktrans %}
-
{% blocktrans trimmed %}
If you need to contact us, the fastest and most secure way is to use
Tickets for technical or billing issues.
{% endblocktrans %}
-
{% blocktrans trimmed %}
E-mail support at ccrypto.org
if you would like to talk to us without creating an account, or need help with your account.
{% endblocktrans %}
{% endblock %}