{% extends "base.html" %} {% block title %} {{ domain.name | pretty_domain_name }} - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

{% if record_name and record_type %} Record changelog: {{ record_name}}   {{ record_type }} {% else %} Zone changelog: {{ domain.name | pretty_domain_name }} {% endif %}

{% endblock %} {% import 'applied_change_macro.html' as applied_change_macro %} {% block content %}
{% for applied_change in allHistoryChanges %} {% call applied_change_macro.applied_change_template(applied_change) %} {% endcall %} {% endfor %}
Changed on Name Type TTL Data Status Comment Changed by
{{ applied_change.history_entry.created_on }} {{ applied_change.history_entry.created_by }}
{% endblock %} {% block extrascripts %} {% endblock %}