Mutation controls are unavailable for some servers.
Existing Reservations remain visible for read-only use.
{% for name, reason in mutation_unavailable_servers %}
{{ name }}: {{ reason }}
{% endfor %}
{% endif %}
{% if not snapshot_complete %}
Snapshot is incomplete.
The Reservation Snapshot could not be read completely.
{% if reservation_diagnostics %}
See the {{ reservation_diagnostics|length }} diagnostic{{ reservation_diagnostics|length|pluralize }} below.
{% for server_name, diagnostic in reservation_diagnostics %}