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

Dashboard Info

{% endblock %} {% block content %}
{% if current_user.role.name == 'Administrator' %}

Recent History

{% for history in histories %} {% endfor %}
Changed By Content Time Detail
{{ history.created_by }} {{ history.msg }} {{ history.created_on }}
{% endif %}

Hosted Domains

{% if show_bg_domain_button %}{% endif %}
Name DNSSEC Type Serial Master Action
{% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}