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

Help Center / Customer Care Contacts

Server admin changes are saved in DB and apply to all users immediately.

Customer Care
Only changes the button label. The actual link stays `/ai-help`.
Help Center Owner (urgent server-owner contact)
Cancel
{% endblock %}