{# One backend list: the shipped families and this machine's probe verdict for each. The id and the reason are the service's own (diagnostics.backend_status); the console only renders them. Shared by Settings -> Backends and Settings -> Status so the two cannot drift. #}
{{ backend.id }}
{% if backend.available %}
{{ tr("available") }}
{% else %}
{{ tr("unavailable") }}
{% endif %}