{% load i18n %} {% comment %}Translations for ESI endpoint status headers and explanations{% endcomment %} {% translate "OK" as translated_header_ok %} {% translate "These routes are working as expected." as translated_header_ok_explanation %} {% translate "Degraded" as translated_header_degraded %} {% translate "These routes have a good chance of being slow or returning errors." as translated_header_degraded_explanation %} {% translate "Down" as translated_header_down %} {% translate "These routes have a good chance of not responding at all or being completely unavailable." as translated_header_down_explanation %} {% translate "Recovering" as translated_header_recovering %} {% translate "These routes are recovering from previous issues and might not (yet) work as expected or might be slow." as translated_header_recovering_explanation %} {% translate "Unknown" as translated_header_unknown %} {% translate "These routes have an unknown status." as translated_header_unknown_explanation %} {% translate "Status history" as translated_header_esi_status_history %} {% translate "EVE time" as translated_eve_time %}
{% translate "No ESI status data is available at this time." %}
{{ esi_name }} {% blocktranslate %}compatibility date{% endblocktranslate %}: {{ compatibility_date }}