{% extends "webapp/base.html" %} {% block title %}{{ t('support') }} โ€” FIGHTSKILL{% endblock %} {% block content %}

๐Ÿ’ฌ {{ t('support') | default('Support') }}

๐Ÿ›ก๏ธ
{{ t('support_team') | default('Support Team') }}
{{ t('support_desc') | default('Your message goes directly to all admins') }}
{{ t('online') | default('Online') }}
{{ t('no_messages') | default('No messages yet. Send us a message!') }}
{% if threads|length > 1 %}

๐Ÿ—‚๏ธ {{ t('message_history') | default('Message History') }} ({{ threads|length }})

{% for th in threads %} {% endfor %}
{% endif %}
{% endblock %}