{% extends 'manage/users/master.twig' %} {% from 'macros.twig' import pagination, container_title, avatar %} {% from '_layout/input.twig' import input_hidden, input_csrf, input_text, input_checkbox, input_select %} {% block manage_content %}
{{ container_title(' Issuing a warning to user #' ~ warn_user.id ~ ' ' ~ warn_user.username) }}
{{ input_csrf() }}
Warning Body
A concise explanation of what the user did to deserve this warning and what they should do to prevent further incidents. Please keep in mind that warnings remain publicly visible for 90 days both to the person receiving the warning and other logging in people viewing their profile.
{% endblock %}