{% extends "index.html" %} {% block content %}
Name | Active trainers | Active validators |
---|---|---|
{{ dict_item['name'] }} | {{ dict_item['nr_active_trainers'] }} | {{ dict_item['nr_active_validators'] }} |
Name | Combiner | IP | Updated At | Role | Status | |
---|---|---|---|---|---|---|
{{ client['name'] }} | {{ client['combiner'] }} | {{ client['ip'] }} | {{ client['updated_at'] }} | {{ client['role'] }} | {% if client['status'] == 'offline' %}
{{ client['status'] }} |
{% else %}
{{ client['status'] }} |
{% endif %}