{% extends "admin/model/list.html" %} {% import 'custom_row_actions.html' as custom_row_actions with context %} {% block body %}

Servers: {{ total }}

Active: {{ checked_in }}

Silent: {{ silent }}


{{ super() }} {% if num_pages > 1 %}
{{ _gettext('Select %(items)d items on %(pages)d pages', items=count, pages=num_pages) }}
{{ _gettext('%(items)d items selected', items=count) }}
{{ {'message': _gettext('Please type "%(num)d" bellow to confirm.', num=count), 'expected': count|string}|tojson|safe}}
{% endif %} {% endblock %}