{% extends 'main/base.html' %} {% load i18n %} {% block title %}{% trans "Customer Service" %} - ODEON{% endblock %} {% block top_icon %} 👤 {% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("Customer Service") back="/personal/" %}

{% trans "Our support team is here to help during platform operating hours (10:00 a.m. – 10:00 p.m.). Choose a channel below." %}

💬
{% trans "Online Live Chat" %}
{% trans "Fastest response during operating hours" %}
✉️
{% trans "Email Support" %}
support@odeon.example
📞
{% trans "Telegram Support" %}
@odeon_support
{% endblock %}