{% extends "root.html" %} {% block head %} User warnings - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ icon "gavel" }} {{ text "mod_panel:label.create_warning" }} {{ icon "x" }} {{ text "dialog:action.cancel" }}
{{ icon "message-circle-warning" }} {{ text "mod_panel:label.warnings" }}
{% for item in items %}
{{ item.content|markdown|safe }}
{% endfor %} {{ components::pagination(page=page, items=items|length) }}
{% endblock %}