{% if error %}
{{ error }}
{% endif %}
system: {{ state }} · {{ units | length }} units
{% for u in units %} {% set dot = "dot-dead" %} {% if u.sub in ("running", "exited") and u.active == "active" %}{% set dot = "dot-run" %}{% endif %} {% if u.active == "failed" %}{% set dot = "dot-failed" %}{% endif %} {% if u.sub in ("activating", "deactivating", "reloading") %}{% set dot = "dot-busy" %}{% endif %} {% else %} {% endfor %}
Unit{% if sort == "name" %} {{ "↓" if order == "desc" else "↑" }}{% endif %} Description State{% if sort == "state" %} {{ "↓" if order == "desc" else "↑" }}{% endif %} Enabled{% if sort == "enabled" %} {{ "↓" if order == "desc" else "↑" }}{% endif %} Actions
{{ u.name }} {{ u.desc }} {{ u.active }}{% if u.sub and u.sub not in ("running", "dead", "exited") %} ({{ u.sub }}){% endif %} {{ u.enabled or "—" }} {% if u.active != "active" %} {% else %} {% endif %}
no units match