{% 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 %} {% endfor %}
Changed on Changed by
{{ allHistoryChanges[applied_change][0].history_entry.created_on }} {{allHistoryChanges[applied_change][0].history_entry.created_by }}
{% call applied_change_macro.applied_change_template(allHistoryChanges[applied_change]) %} {% endcall %}
{% endblock %} {% block extrascripts %} {% endblock %}