{% load i18n %}
{% if stat and settings.SHOW_STATISTICS %} {% trans 'Active Nodes' %}: {{ stat.active_nodes }} {% trans 'Hotspots' %}: {{ stat.hotspots }} {% trans 'Potential Nodes' %}: {{ stat.potential_nodes }} {% trans 'Active Links' %}: {{ stat.links }} ({{ stat.km }} km) {% endif %}