{% extends "_donut.html" %} {% block pageHead %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {% block main %}
{% if applications %}Application | Live | Updated | Sunset | Edit |
---|---|---|---|---|
{{app.name}} | {% if app.endpoints.live | length %} {{app.endpoints.live[0].response}} ({{app.endpoints.live[0].timestamp}}) {% endif %} | {% if app.endpoints.updated | length %} {{app.endpoints.updated[0].response}} ({{app.endpoints.updated[0].timestamp}}) {% endif %} | {% if app.endpoints.sunset | length %} {{app.endpoints.sunset[0].response}} ({{app.endpoints.sunset[0].timestamp}}) {% endif %} | {{config.actions.edit|capitalize}} |