{% extends 'index.html' %} {% block main %}
Nickname | Bandwidth | Uptime | Country | Flags | Type |
---|---|---|---|---|---|
{{ node.nickname }} | {{ node.advertised_bandwidth }} | {{ node.last_restarted if node.running else 'Down' }} | {{ node.country_name }} | {{ node.flags | join(', ') }} | {{ node.type }} |