{% 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 %}
{% 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 %}