{% extends "cacheview/cacheview_base.html" %} {% block content %} {% for r in roots %} {% endfor %}
Name Expires URI
{{ r.name }} {{ r.not_after }} {{ r.repo.uri }}
{% endblock content %}