{% include 'header.twig' %}

{{ lang['smmspot.signup.title'] }}

{{ lang['smmspot.signup.text'] }}

{% if errorText %}
{{ errorText }}
{% endif %} {% if successText %}
{{ successText }}
{% endif %}
{% if settings['name_secret'] == 2 %}
{% endif %}
{% if settings['skype_area'] == 2 %}
{% endif %}
{% if captcha %}
{% endif %} {% if settings['terms_checkbox'] == 2 %}
{% endif %}
{% for lang in site['languages'] %} {% if lang['active'] %} {% endif %} {% endfor %} {% include 'footer.twig' %}