{% import 'helper.macros.html' as helper %} {{ helper.locale_font(rel_font_size) }} LittleBrother-{{_('Topology')}} {{ helper.fontawesome_script() }} {% include 'navbar.include.html' %}
{{_('Node Type')}}
{{_('Node Name')}}
{{_('App Version')}}
{{_('Time Since Last Ping')}}
{% for info in topology_infos %}
{{ _(info.node_type) }}{% if info.client_stats.running_in_docker %} (Docker){% endif%}
{{ info.host_name }}
{{ info.version_string }}
{{ info.seconds_without_ping | seconds_as_humanized_duration }}
{% endfor %}