{% extends 'stela_control/index.html' %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block bsCall %} {% endblock %} {% block menu_formulario %}
{% trans "Menu form" %}
{% endblock %} {% block section %} {% block section_title %}

{% trans "Case" %} #{{support.ticket}}

{% trans "Created at" %} {{support.created}}.
{% endblock %} {% block section_content %}
{% csrf_token %} {{responseform.media}} {{readsupportform.media}} {{responseform|crispy}} {{readsupportform|crispy}} {% for item in responses %}
{{item.user}}
{{item.created}}
{{item.response|safe}}
  • Thanks!

    {% trans "We have also sent a copy of this link to your email." %} {% trans "For more information regarding various situations, we invite you to review" %} {% trans "our sections" %}

    {% trans "You are welcome to contact us for any" %} {% trans "of the means of communication available, the objective is the" %} {% trans "satisfaction and enjoyment of the products and services of this site." %}


    {% trans "Support Team" %} - emmerut.com

{% for item in chatsupport %}
{{item.user}}
{{item.created}}

{{item.response}}

{% endfor %}
{% endfor %}
{% endblock %} {% endblock %} {% block scripts %} {% endblock %}