{% extends "base.html" %} {% block body %}

System Reboot

{% if status == 'rebooting' %} Rebooting! This interface will stop working in a few seconds, check back in a minute or two... {% else %}
Are you sure you'd like to restart? This could have reprecussions!
{% endif %} {% endblock %}