{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% block content %}
{% csrf_token %}

Warnings

{% for warning in warnings %} {% endfor %}
Date Plugin Address Message
{{ warning.date }} {{ warning.plugin }} {{ warning.ip|default:'' }} {{ warning.message }}
{% endblock content %}