{% extends 'stela_control/base.html' %} {% load hosts %} {% load static %} {% load i18n %} {% load l10n %} {% load crispy_forms_tags %} {% block language %}
{% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %} {% if language.code == site_data.lang %} {% endif %} {% endfor %}
{% csrf_token %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %} {% endfor %}
{% endblock %} {% block content %} {% if site_data.company_public %} {% else %} {% endif %}

{% trans "Welcome to Stela Control Dynamic" %}

{% trans "We're excited to have you here. As a new user, we invite you to explore and discover all the features and benefits our system has to offer." %}

{% trans "Before you get started, we recommend that you read our terms and conditions. This will provide you with a clear understanding of how we operate and how we can work together." %}

{% lorem 6 p random %}

{% trans "Please tell us about your startup." %}

{% csrf_token %}
{{newcomerform.name|as_crispy_field}}
{% trans "Brand Logo" %}
{{newcomerform.logo}}
{{newcomerform.description|as_crispy_field}}
{{newcomerform.web|as_crispy_field}}
{{newcomerform.email|as_crispy_field}}
{{newcomerform.phone|as_crispy_field}}
{{newcomerform.country_legal|as_crispy_field}}
{{newcomerform.address|as_crispy_field}}

{% trans "Add your social media links" %}

{{ formsetmedia.management_form }} {% for form in formsetmedia %}
{{form|crispy}} {{form|as_crispy_errors}}
{% endfor %}
{{formsetmedia.empty_form.media}} {{formsetmedia.empty_form|crispy}}

{% trans "Proccess data, please wait" %}...

{% endblock %}