]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/stasy-model-detail.html
fireinfo: Remove daemon from www.
[ipfire.org.git] / www / templates / stasy-model-detail.html
CommitLineData
91a446f0
MT
1{% extends "stasy-base-1.html" %}
2
cfd1683f
MT
3{% block title %}{{ vendor_name }} - {{ model_name or model_id }}{% end block %}
4
91a446f0
MT
5{% block content %}
6 <h3>{{ vendor_name }} - {{ model_name or model_id }}</h3>
7 <p>
cfd1683f 8 {{ _("This device is installed on approximately %.2f%% of all systems.") % percentage }}
91a446f0 9 </p>
997659d0
MT
10
11 <h3>{{ _("Feedback") }}</h3>
12 {% if lang == "de" %}
13 <p>
14 Im IPFire-Wiki befindet sich eine Sektion mit Kommentaren und Ratschlägen
15 zu dieser Hardware. Diese werden von der Community gesammelt.
16 </p>
17 {% else %}
18 <p>
19 In the IPFire wiki is a section that keeps comments or instructions on
20 the hardware. These information is maintained by the community.
21 </p>
22 {% end %}
23
24 <p>
25 {{ _("Go to the wiki") }}:
26 <a href="http://wiki.ipfire.org/{{ lang }}/hardware/fireinfo/{{ vendor_id }}/{{ model_id }}">{{ vendor_name }} - {{ model_name or model_id }}</a>
27 </p>
91a446f0 28{% end block %}