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

History

{% endblock %} {% block content %}
History Management
{% for history in histories %} {% endfor %}
Changed by Content Time Detail
{{ history.created_by }} {{ history.msg }} {{ history.created_on }} Info
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}