112 |

113 | {{statistics["nb_devices"]}} {% if statistics["nb_devices"] <= 1 %}device{% else %}devices{%endif%} found {% if 114 | not device in positions %}(No device used){% endif %}
115 | {{statistics["completeness"]}}% of completeness 116 | ({{statistics["nb_position_files"]}} position files for {{statistics["nb_pcap_files"]}} pcap files)
117 | {{statistics["nb_cached_elevation"]}} cached elevations 118 |

119 | {% if current_position %} 120 |

121 | Current position: {% set lat_long = current_position.format_lat_long() %} 122 | 124 | {{lat_long[0]}}, {{lat_long[1]}} ({{current_position.fix}}) 125 | 126 |

127 | {% endif %} 128 |