{% extends "tickets/_section.html" %} {% block head %} {{ block.super }} {% endblock %} {% block title %} Moderation {% endblock title %} {% block content %}

Moderation panel test

{% csrf_token %}

Moderation action

{{ mod_sound_form.as_p }}

Defer messages


{{ defer_msg_form.as_p }}
{% endblock content %}