{% extends "base.html" %} {% block content %}
{% for s in servers %}
{% if s.5 != False %} {% else %} {% endif %} {{s.1}} {% if role <= 1 %} start stop restart {% endif %}
{{s.3}} {% if s.5.0 is defined %}
{{s.5.0.0}} {{s.5.0.1}} {{s.5.0.2}}
IP: {{s.2}} {% endif %}
{% endfor %}
{% endblock %}