{% extends "datacenterlight/base.html" %} {% load staticfiles i18n %} {% block content %}

{% trans "Thank you for order! Our team will contact you via email" %}

{% if LANGUAGE_CODE == 'en-us'%}

{% trans "as soon as possible!" %}

{% endif %}
{% endblock %}