{%extends 'particles/particle_wrapper.html'%} {% block title %}Server | {{server.alias}}{%endblock%} {%block particle_head%}Server{%endblock%} {% block particle %} {%with server_type='b_routes.get_server'%} {%include 'particles/server/servertabs.html'%} {%endwith%} {% if activeTab == 'conf'%} {%include 'particles/server/serverconfiguration.html'%} {%elif activeTab == 'env'%} {%with type='server'%} {%include 'particles/server/environmentvar.html'%} {%endwith%} {%elif activeTab == 'mem'%}
Member of
{%with groups = server.memberof%} {% include 'particles/server/memberof_table.html' %} {%endwith%}
{%elif activeTab == 'serv'%}
Services
{% with services = server.server_services %} {% include 'particles/service/services_table.html' %} {%endwith%}
{%else%}
No Server found
{%endif%} {%endblock%}