{% extends "admin/base.html" %} {% block page_title %}{{ t('support') }}{% endblock %} {% block content %}
| # | {{ t('user') }} | {{ t('subject') }} | {{ t('message') }} | {{ t('status') }} | {{ t('admin_assigned') | default('Admin') }} | {{ t('date') | default('Date') }} | {{ t('action') }} |
|---|---|---|---|---|---|---|---|
| {{ m.id }} |
{{ m.user.display_name }}
@{{ m.user.username or m.user.email }} ยท #{{ m.user.numeric_id }}
|
{{ m.subject or 'โ' }}
|
{{ m.status|title }} | {% if m.claimed_by %}๐ก๏ธ {{ m.claimed_by.display_name }}{% else %}โ{% endif %} | {{ m.created_at.strftime('%Y-%m-%d %H:%M') }} |
{% if m.claimed_by_admin_id %}
๐ฌ {{ t('chat') | default('Chat') }}
{% else %}
๐๏ธ
{% endif %}
{% if m.status != 'closed' %}
โ
{% endif %}
|
|
| {{ t('no_support_messages') | default('No support messages yet.') }} | |||||||