{% extends "base.html" %} {% load static i18n %} {% block title %} {% trans "Chat" %} {% endblock title %} {% block content %}

{% trans "Chat with Support" %}

{% trans "This is the user chat interface. Here you can communicate with our support team for assistance." %}

{% csrf_token %}
{% endblock content %}