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

Dashboard Info

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

Statistics

###

Domains

###

Users

###

Histories

2W 2D 14h 13m

Uptime

Recent Logs

Changed By Content Time Detail
ivan log log log 5:52pm 21/4/2016 Detail button
{% endif %}

Hosted Domains

{% for domain in domains %} {% if current_user.role.name !='Administrator' %} {% else %} {% endif %} {% endfor %}
Name DNSSEC Type Serial Master Action
{{ domain.name }} {% if domain.dnssec %} {% else %} {% endif %} {{ domain.type }} {{ domain.serial }} {% if domain.master == '[]'%}N/A {% else %}{{ domain.master|display_master_name }}{% endif %}
{% endblock %}