{% extends "minecraft_manager/dashboard.html" %} {% load csrf_html %} {% block section %}

Warning Info ({{ warning.player.username }})

Message:

{{ warning.message }}

Warning Date: {{ warning.date }}

{% autoescape off %}{% get_csrf_html request %}{% endautoescape %}

Issuer: {{ warning.staff.username }}

Severity: {% if user.is_staff or user == warning.staff %} {% else %} {{ warning.severity_display }} {% endif %}

{% if user.is_staff or warning.staff and user == warning.staff %} {% endif %}
{% endblock section %}