{% load i18n %} {% load static %} {% 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 %} {% if motd %}

{{ motd | safe }}

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

{{ message }}

{% endfor %} {% block content %}{% endblock %} {% endblock %} {{ADDITIONAL_HTML | safe}} {% block livechat_thing %} {% if not request.user.is_staff %} {% if SUPPORT_TEMPLATE %} {% include SUPPORT_TEMPLATE with request=request %} {% endif %} {% endif %} {% endblock %}