{% extends 'base.html' %} {% block title %} Live chat {% endblock %} {% block metadescription %} Chat live with ArmaLaser {% endblock %} {% block css %} {% endblock %} {% block outsidecontainer %} {% endblock %} {% block content %}
{% if chatDelete == 'true' %}

{{ message|raw }}

{% endif %}

Welcome to Live Chat {% if session.chatuserLoggedIn == true %} {{ session.chatuser_first_name }}! {% endif %}

{{ session.thisDay }} {{ session.thisMonth }} {{ session.thisDate }}, {{ session.thisYear }}

{% if session.user_id %}

ArmaLaser rep: {{ session.first_name }}

{% endif %}
{% if session.thisDay == 'Sat' or session.thisDay == 'Sun' or session.thisHour > '17' or session < '9' %}

Live Chat is currently closed

Log Out

Live Chat is available 9:00 AM - 5:00 PM Mon - Fri

{% endif %} {% if newChat == 'true' and messageCount == 1 %}

An ArmaLaser representative will be with you momentarily. Please wait.

{% endif %}
{% if (session.thisDay != 'Sat' or session.thisDay != 'Sun') and (session.thisHour < '17' and session.thisHour >= '9') %} {% else %} {% endif %}
{% if session.chatuserLoggedIn == true %}

*When you are finished chatting, please click "End Chat."

{% endif %} {% if session.user_id %}

* Reminder: you must click "End Chat" at the conclusion of this chat.
If user ends chat, please click "End Chat" to refresh Chat for new user.

{% endif %}
{% endblock %} {% block bottomjs %} {% endblock %}