{% extends "common/base.html" %}{% load i18n %} {% block title %}{% trans "Activation" %}{% endblock %} {% block jqueryui %} {% endblock %} {% block breadcrumbs %}home_ico/ {% trans "Service" %} / {% trans "Activation" %}{% endblock %} {% block content %}
{% trans 'Technical support' %}

{% trans 'To register the program, write an e-mail to the technical support service with the activation code, the program version and the name of the organization. E-mail: info@severcart.ru' %}

{% if debug %} {% else %} {% endif %}
{% trans 'Registration' %} {% if demo %}

{% trans 'You use a demo version, which has limitations on the number of objects created and functionality.' %}

{% trans 'To register the program, enter the registration code.' %}

{% csrf_token %}
{% else %}

{% trans 'Your version is registered on' %} {% if debug %}{{org}}{% else %}{{org}}{% endif %} X

Ограничение в {{ ocount }} учетных единиц.

{% endif %}
{% endblock %}