{% extends "base.html" %} {% block title %} Configuration audit {% endblock %} {% block content %}

Configuration audit

{% for c in configs %} {% endfor %}
Action Configuration Time User
{{ c.action }} {{ c.config }} {{ c.datetime }} {{ c.dn }}
{% endblock %}