{% extends "base.html" %} {% block content %}

{{prefix}} History

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 %}.

{% for epoch in epoch_list %} {% endfor %}
When Status ROAs
{{ epoch.when|date:"Y-m-d H:i:s" }} {{ epoch.status }} {% for roa in epoch.roa_list %} AS{{ roa.asid }} {% endfor %}
{% endblock content %}