{% extends "layout.html" %} {% block title%}KernelCare.ePortal{% endblock %} {% block body -%}
| Total servers count | {{ all_servers_count }} |
| Checking in for past {{ checking_in_hours }} hours | {{ checking_in_past }} |
| Not checking in for past {{ checking_in_hours }} hours | {{ not_checking_in_past }} |
| # | Key | Description | Server count/limit | Feed | ||
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ key.key }} | {{ key.note }} | {{ key.server_count() }}/{% if key.server_limit == 0 %}unlimited{% else %}{{ key.server_limit }}{% endif %} | {{ key.feed | default('', true) }} | {% if not current_user.is_readonly %}{% else %} | {% endif %} |