{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Help Center{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ ui.button('Admin Dashboard', '/admin', 'secondary') }} {{ ui.button('Help Center', '/help-center', 'secondary') }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if support_guidance %}

AI Support Guidance

The user support agent saved your report and prepared these next steps.

{% endif %}

📝 Report an Issue

Describe the problem you are experiencing. We will review it as soon as possible.

💬 Contact for More Information

Reach the server owner directly for urgent issues. All contacts are listed below.

📱
Phone / WhatsApp
{{ help_center_owner_phone or '' }}
📱
Phone / WhatsApp (Alt)
{{ help_center_owner_phone_alt or '' }}
Email
{% if help_center_owner_email %} {{ help_center_owner_email }} {% endif %}
📞
Customer Care
{{ customer_care_available_text or 'Available 24/7' }}

📞 Customer Care

Reach our customer care team directly for urgent issues.

📱
Phone / WhatsApp
{{ customer_care_phone or '' }}
📱
Phone / WhatsApp (Alt)
{{ customer_care_phone_alt or '' }}
Email
{% if customer_care_email %} {{ customer_care_email }} {% endif %}
{% endblock %}