{% load staticfiles i18n %} {% get_current_language as LANGUAGE_CODE %} Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} {% block css_extra %} {% endblock css_extra %} {% include "google_analytics.html" %} {% block navbar %} {% include "hosting/includes/_navbar_user.html" %} {% endblock navbar %}
{% block content %} {% endblock %}
{% if request.user.is_authenticated %} {% else %} {% endif %} {% block js_extra %} {% comment %} this block is above some files, because on stripe error scripts below the stripe script are not properly executed. {% endcomment %} {% endblock js_extra %}