{% extends 'layout.html' %} {% import '_macros.html' as macros %} {% block content %}
{% for node in nodes %} {% endfor %}
Certname Compile Time Compare With
{{node.name}} {{node.catalog_timestamp}} {% if node.form %}
{{node.form.csrf_token}}
{{node.form.compare}} {{node.form.against}}
{% endif %}
{% endblock content %}