{% trans "System" %}
{% if service_status.configured %}{% blocktrans with unit=service_status.unit_name %}Service unit: {{ unit }}{% endblocktrans %}
{% else %}{% trans "No suite service lock is configured; restart controls are unavailable." %}
{% endif %} {% if can_restart_server %} {% elif request.user.is_superuser and service_status.configured and not service_status.is_active %}{% trans "Restart Server is available only while the suite service is active." %}
{% endif %}| {% trans "System field" %} | {% trans "Sigil" %} | {% trans "Current values" %} |
|---|---|---|
| {{ field.label }} | {{ field.sigil }} |
{% if field.field_type == "boolean" %}
{% if field.value %}
{% trans "Yes" %}
{% else %}
{% trans "No" %}
{% endif %}
{% elif field.field_type == "features" %}
{% if field.value %}
|