{% extends "base.html" %} {% block title %} DNS Control Panel - History {% endblock %} {% block dashboard_stat %}

History Recent PowerDNS-Admin events

{% endblock %} {% block content %}

History Management

{% for history in histories %} {% endfor %}
Changed by Content Time Detail
{{ history.created_by }} {{ history.msg }} {{ history.created_on }}
{% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}