{% extends 'django_tailwind/app.html' %} {% load static %} {% block title %}Support Chat - {{ ticket.subject }}{% endblock %} {# Navbar with Support title - full width #} {% block header %} {% include 'django_tailwind/components/navbar.html' with title="Support Chat" icon='💬' full_width=True %} {% endblock %} {% block container_class %}w-full px-0 py-0{% endblock %} {% block content %}
No messages yet
Start the conversation below!