{% 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')}}
{{_('Revision')}}
{{_('Distribution')}}
{{_('Python Version')}}
{{_('Time Since Last Ping')}}
{% for info in topology_infos %}
{{ _(info.node_type) }} {{ info.runtime }}
{{ info.host_name }}
{{ info.version_string }}
{{ info.client_stats.revision }}
{{ info.client_stats.linux_distribution }}
{{ info.client_stats.python_version }}
{{ info.seconds_without_ping | seconds_as_humanized_duration }}
{% endfor %}