{% extends "base.html" %} {% set active_page = "admin_console" %} {% block title %} Admin Console - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

PowerDNS Server Statistics & Configuration

{% endblock %} {% block content %}

PowerDNS Server Statistics

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

PowerDNS Server Configuration

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