diff --git a/binder/templates/bcommon/list_zone.htm b/binder/templates/bcommon/list_zone.htm index 739d180..3250a26 100644 --- a/binder/templates/bcommon/list_zone.htm +++ b/binder/templates/bcommon/list_zone.htm @@ -4,6 +4,7 @@ + @@ -11,8 +12,12 @@ + + + {% for current_record in record_array %} + @@ -21,5 +26,7 @@ {% endfor %}
Name TTL ClassData
{{ current_record.rr_name }} {{ current_record.rr_ttl }} {{ current_record.rr_class }}
+ + {% endblock body %}