{% extends "network/base.html" %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% block content %} {% for l in latest %} {% endfor %}
Action Model Name Time elapsed
{% if l.modified_at == l.created_at %}created{% else %}modified{% endif %} {{ l.class_name }} {{ l.name }} {{ l.modified_at|timesince }}
{% for b in latest_blacklists %} {% endfor %}
IP Reason Type Time elapsed
{{ b.ipv4 }} {{ b.reason }} {{ b.type }} {{ b.modified_at|timesince }}
{% endblock %}