{% from 'build_line.html' import build_table, build_line %} {% import 'forms.html' as forms %} {% extends "layout.html" %} {% block content %}
{{ admin|email }}
{% endif %} {% if host %}{{ host|e }}{% endif %} {% if not slave.isConnected() %}
(not connected)
{% elif authz.advertiseAction('gracefulShutdown') %}Slave will shut down gracefully when it is idle.
{% else %} {{ forms.graceful_shutdown(shutdown_url, authz) }} {% endif %} {% endif %}