Power {% with reboot_form as form %} {% include 'formfields.html' %} {% endwith %} {% if perms.config.shutdown %}
{% with periodic_reboot_form as form %} {% include 'formfields.html' %} {% endwith %}
{% else %}
You do not have permission to reboot/shutdown the server
{% endif %}
{% include "os_status.html" %}