{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox %}
Server Disable/Enable server or output any information Command Save change
{% include 'include/select.html' %}
{{ input('servbackend', value=servbackend, title='Frontend, backend/server, show: info, pools or help', required='required') }} {% if role <= 2 %} {{ checkbox('save', value='123') }} {% endif %}
You can read the description of all Run Time API here
{% endblock %}