You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
{% extends 'base_help.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block pagetitle %}Guides & Support{% endblock %}
|
|
{% block helpdesk_outer %}
|
|
|
|
<div class="flex-page-content content-box">
|
|
|
|
<h3>{% trans "Installation Guides for Your Operating System:" %}</h3>
|
|
|
|
<ul class="install-guides">
|
|
<li><a href="/page/install-android"><i class="fa fa-android fa-3x"></i> Android</a></li>
|
|
<li><a href="/page/install-windows"><i class="fa fa-windows fa-3x"></i> Windows</a></li>
|
|
<li><a href="/page/install-linux"><i class="fa fa-linux fa-3x"></i> Linux</a></li>
|
|
<li><a href="/page/install-osx"><i class="fa fa-apple fa-3x"></i> OS X</a></li>
|
|
<li><a href="/page/install-chromeos"><i class="fa fa-chrome fa-3x"></i> Chromebook</a></li>
|
|
<li><a href="/page/install-other"><i class="fa fa-server fa-3x"></i> Other</a></li>
|
|
</ul>
|
|
|
|
<h3>{% trans "Other useful help pages & contact information:" %}</h3>
|
|
<ul>
|
|
<li>
|
|
{% blocktrans trimmed %}
|
|
We already cover many common questions and problems in our <a href="/kb/"><em>Knowledge Base</em></a>.
|
|
Take a look if you have any question.
|
|
{% endblocktrans %}
|
|
</li>
|
|
<li>
|
|
{% blocktrans trimmed %}
|
|
If you need to contact us, the fastest and most secure way is to use
|
|
<a href="/tickets/"><em>Tickets</em></a> for technical or billing issues.
|
|
{% endblocktrans %}
|
|
</li>
|
|
<li>
|
|
{% blocktrans trimmed %}
|
|
E-mail <em>support at ccrypto.org</em>
|
|
if you would like to talk to us without creating an account, or need help with your account.
|
|
{% endblocktrans %}
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
{% endblock %}
|