{%extends 'particles/particle_wrapper.html'%} {% block title %}Executable | {{server.alias}}{%endblock%} {% block particle %} {%with server_type='b_routes.get_executable'%} {%include 'particles/server/servertabs.html'%} {%endwith%} {% if activeTab == 'conf'%} {%include 'particles/server/serverconfiguration.html'%} {%elif activeTab == 'env'%} {%with type='executable'%} {%include 'particles/server/environmentvar.html'%} {%endwith%} {%elif activeTab == 'mem'%}
Member of
{%with groups = server.memberof%} {% include 'particles/server/memberof_table.html' %} {%endwith%}
{%else%}
No executable found
{%endif%} {%endblock%}