{% extends 'esistatus/base.html' %} {% load i18n %} {% load static %} {% block details %}
{% if has_status_result %} {% include 'esistatus/partials/red_endpoints.html' %} {% include 'esistatus/partials/yellow_endpoints.html' %} {% include 'esistatus/partials/green_endpoints.html' %} {% else %}

{% trans "Couldn't read the ESI status. Please try and reload the page. If that doesn't help, it is possible that ESI might be down entirely." %}

{% endif %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock extra_script %}