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

History Recent PowerDNS-Admin events

{% endblock %} {% block content %}

Statistics

{% for statistic in statistics %} {% endfor %}
Docs Statistic Value
{{ statistic['name'] }} {{ statistic['value'] }}

Configuration

{% for config in configs %} {% endfor %}
Docs Statistic Value
{{ config['name'] }} {{ config['value'] }}
{% endblock %} {% block extrascripts %} {% endblock %}