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