{% extends 'base.html' %} {% block title %}Waiting for Chat Session{% endblock %} {% block content_title %}Chat Session Being Created{% endblock %} {% block content_description %}Please wait...{% endblock %} {% block content_class %}
{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Chat Session is being created

The specialist is being executed and the chat session is being created.

Session ID: {{ session_id }}

This page will automatically refresh every 2 seconds...

{% endblock %}