haproxy-wi/app/templates/ajax/show_new_smon.html

7 lines
246 B
HTML

{% import 'languages/'+lang|default('en')+'.html' as lang %}
{% from 'include/input_macros.html' import input, checkbox %}
{% for s in smon %}
<tr class="newserver" id="smon-{{s.0}}">
{% include 'include/smon_server.html' %}
{% endfor %}