{% extends 'stela_control/index.html' %} {% load i18n %} {% load static %} {% load humanize %} {% block styles %} {% endblock %} {% block bsCall %} {% endblock %} {% load crispy_forms_tags %} {% block title %}

{% trans "PRO-Stela Inbox" %}

{% endblock %} {% block side_title %}

STELA {% trans "CONTROL DYNAMIC" %} | {% trans "Content" %}

{% endblock %} {% block menu_formulario %} {% endblock %} {% block section_content %}
{% trans "PRO-Stela Engine" %}
{% for row in custom %}

  • {% empty %}

    {% trans "You still have no questions" %}

    {% endfor %}
    {% for row in content %}

  • {% empty %}

    {% trans "You still have no questions" %}

    {% endfor %}
    {% for row in marketing %}

  • {% empty %}

    {% trans "You still have no questions" %}

    {% endfor %}
    {% for row in development %}

  • {% empty %}

    {% trans "You still have no questions" %}

    {% endfor %}

    Seleccione un chat de la lista

    O envĂ­a un nuevo mensaje de consulta.

    {% endblock %}