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