{% load i18n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% if title %} {{ title }} - CCrypto VPN {% else %} CCrypto VPN {% endif %} {{ADDITIONAL_HEADER_HTML | safe}} {% block headers %}{% endblock %}

CCrypto // {% trans 'Service Status' %} {% for l, _ in LANGUAGES %} | {{l.upper}} {% endfor %}

{% if user.is_authenticated %}

{% trans 'Your account' %} {% trans 'Logout' %}

{% else %}

{% trans 'Sign up' %} {% trans 'Log in' %}

{% endif %}
{% block wrap %} {% for message in messages %}

{{ message }}

{% endfor %} {% block content %}{% endblock %} {% endblock %} {% block livechat_thing %}
{% blocktrans %}Any question? Chat with us{% endblocktrans %}
{% endblock %} {{ADDITIONAL_HTML | safe}}