]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-model-detail.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-model-detail.html
1 {% extends "stasy-base-1.html" %}
2
3 {% block content %}
4 <h3>{{ vendor_name }} - {{ model_name or model_id }}</h3>
5 <p>
6 This device is installed on approximately {{ "%.2f" % percentage }}% of
7 all systems in the database.
8 </p>
9 {% end block %}