{% extends "form.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with show_title_bar=1 title='Restart server' %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if success %}

Success

{% else %}

Warning

{% endif %} {% endblock %}