{% 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." %}

{% if site_data.lang == "es-ve" %}

TÉRMINOS Y CONDICIONES DE USO PARA “STELA CONTROL DYNAMIC”

  • Aceptación de los Términos Al acceder y utilizar el sistema CRM “Stela Control Dynamic” (en adelante, el “Sistema”), usted (el “Usuario”) acepta cumplir los presentes Términos y Condiciones (los “Términos”). Si no está de acuerdo con estos Términos, por favor no utilice el Sistema.

  • Descripción del Servicio El Sistema es una herramienta de gestión de relaciones con clientes (CRM) que permite al Usuario administrar el contenido del sitio web asociado, las interacciones con clientes, y otras funcionalidades relacionadas con la gestión de sus operaciones empresariales.

  • Derechos de Propiedad Intelectual El Sistema, su código fuente, diseño, interfaz, y cualquier documentación relacionada son propiedad de Emmerut LLC (el “Propietario”) y están protegidos bajo las leyes de propiedad intelectual aplicables. La utilización del Sistema por parte del Usuario no conlleva ninguna cesión de dichos derechos.

  • Uso Autorizado El Usuario se compromete a utilizar el Sistema exclusivamente para los fines permitidos y de conformidad con estos Términos, las leyes aplicables, y las buenas prácticas y usos comerciales. El Usuario no podrá: 4.1. Copiar, modificar, o distribuir el Sistema de ninguna forma. 4.2. Realizar ingeniería inversa, descompilar o desensamblar el Sistema. 4.3. Utilizar el Sistema para propósitos ilegales, inmorales, o no autorizados.

  • Protección de Datos El Usuario será responsable de la protección de datos personales que ingrese o gestionar utilizando el Sistema. Deberá cumplir con todas las leyes aplicables de protección de datos. El Propietario tomará las medidas técnicas razonables para asegurar la integridad y seguridad de los datos.

  • Limitación de Responsabilidad El Propietario no será responsable por pérdidas o daños indirectos, especiales, incidentales, o consecuenciales que deriven del uso o incapacidad de usar el Sistema, incluso cuando el Propietario haya sido advertido de la posibilidad de tales daños.

  • Modificaciones a los Términos El Propietario se reserva el derecho de modificar estos Términos en cualquier momento. El uso continuado del Sistema tras dichas modificaciones constituirá aceptación de los nuevos Términos.

  • Terminación El Propietario podrá terminar o suspender el acceso al Sistema de cualquier Usuario que viole estos Términos, sin necesidad de previo aviso ni responsabilidad.

{% elif site_data.lang == "en" %}

TERMS AND CONDITIONS OF USE FOR "STELA CONTROL DYNAMIC"

  • Acceptance of the Terms By accessing and using the CRM system “Stela Control Dynamic” (hereinafter referred to as the “System”), you (the "User") agree to comply with these Terms and Conditions (the "Terms"). If you do not agree with these Terms, please do not use the System.

  • Description of the Service The System is a customer relationship management (CRM) tool that allows the User to manage the content of the associated website, interactions with customers, and other functionalities related to the management of their business operations.

  • Intellectual Property Rights The System, its source code, design, interface, and any related documentation are the property of Emmerut LLC (the “Owner”) and are protected under applicable intellectual property laws. Use of the System by the User does not transfer any of such rights.

  • Authorized Use The User agrees to use the System exclusively for permitted purposes and in accordance with these Terms, applicable laws, and good commercial and business practices. The User shall not: 4.1. Copy, modify, or distribute the System in any form. 4.2. Reverse engineer, decompile, or disassemble the System. 4.3. Use the System for illegal, immoral, or unauthorized purposes.

  • Data Protection The User will be responsible for protecting the personal data entered or managed using the System. They must comply with all applicable data protection laws. The Owner will take reasonable technical measures to ensure the integrity and security of the data.

  • Limitation of Liability The Owner shall not be liable for any indirect, special, incidental, or consequential losses or damages arising from the use or inability to use the System, even if the Owner has been advised of the possibility of such damages.

  • Modifications to the Terms The Owner reserves the right to modify these Terms at any time. Continued use of the System following such modifications constitutes acceptance of the new Terms.

  • Termination The Owner may terminate or suspend access to the System for any User who violates these Terms, without prior notice or liability.

{% endif %}

{% trans "Please fill your startup data" %}

{% 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 %}