{{ display_state }}
{% if 'start' in visible_buttons %}
{% endif %}
{% if 'stop' in visible_buttons %}
{% endif %}
{% if 'reset' in visible_buttons %}
{% endif %}
{% if drift %}
Warning: server is {{ server.actual_state }} but requested state is {{ server.desired_state }}.