{% load static %} ChatLab Assistant
{% if company.icon %} {{ company.chatbot_name }} {% else %}
{{ company.chatbot_name|slice:":1"|upper }}
{% endif %}
{{ company.chatbot_name }}
Online {% if not is_fullscreen %} {% endif %}
{{ welcome_message|safe }}
{% if quick_types %}
{% for q in quick_types %} {% endfor %}
{% endif %} {% if faqs %}
{% for faq in faqs %} {% endfor %}
{% endif %}
{% if company.show_watermark %}
Powered By ChatLab
{% endif %}