{% extends "base.html" %} {% block content %}
History from {{ epoch_list.0.when|date:"Y-m-d H:i:s" }} until {% with epoch_list|last as last %}{{ last.when|date:"Y-m-d H:i:s" }}{% endwith %}.
| When | Status | ROAs | {% for epoch in epoch_list %}
|---|---|---|
| {{ epoch.when|date:"Y-m-d H:i:s" }} | {{ epoch.status }} | {% for roa in epoch.roa_list %} AS{{ roa.asid }} {% endfor %} |