{% load i18n %} {% load translations %}

{% if service.is_configured %} {% if service.sitewide %} {% trans "site wide" %} {% endif %} {% if not service.is_enabled %} {% trans "disabled" %} {% endif %} {% endif %} {{ service.name }} {% if service.is_available %} {% documentation_icon "admin/machine" service.doc_anchor %} {% else %} {% trans "Service is no longer available" %} {% endif %}