{% extends "base.html" %} {% block title %}Fireinfo{% end block %} {% block body %}
{% if lang == "de" %}

Fireinfo ist ein Tool, welches anonym Informationen über die in IPFire-Systemen verbaute Hardware sammelt.

Diese Daten sollen den Entwicklern helfen zu erkennen, welche Hardware am häufigsten eingesetzt wird und sind auch hilfreich um Hardware-Probleme ausfindig zu machen.

{% else %}

Fireinfo is a tool that anonymously collects statistical data from IPFire systems.

These data should help the developers to learn which hardware is used most often to run an IPFire system, but is also handy when it comes to debugging hardware problems.

{% end %}
{% if lang == "de" %}

Bitte geben Sie die Profil-ID von ihrem System ein, welche Sie auf der Fireinfo-Seite des Webinterfaces finden können:

{% else %}

Please enter the profile ID of your system, which can be found on the fireinfo page on the web interface, to see your profile:

{% end %}
{% raw xsrf_form_html() %}

{{ _("Random profile") }}
{% end block %}