{% extends "cranefly/layout.html" %} {% import "forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=warned_user.username, parent=_('Warn User')) }}{% endblock %} {% block content %}

{% trans user=warned_user.username %}Warn User: {{ user }}{% endtrans %}

{% trans %}This user warning level is already at maximum and can not be increased any further.{% endtrans %}

{% if retreat %}

{% trans %}Go Back{% endtrans %}

{% endif %}
{% endblock %}