]> git.ipfire.org Git - ipfire.org.git/blame - templates/stasy-model-detail.html
Move everything to the root of the repository.
[ipfire.org.git] / 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
60024cc8
MT
5{% block body %}
6 <div class="page-header">
7 <h1>{{ vendor_name }} - {{ model_name or model_id }}</h1>
8 </div>
9
91a446f0 10 <p>
cfd1683f 11 {{ _("This device is installed on approximately %.2f%% of all systems.") % percentage }}
91a446f0 12 </p>
997659d0 13
60024cc8 14 <h2>{{ _("Feedback") }}</h2>
997659d0
MT
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") }}:
85aceeaf 29 <a href="http://wiki.ipfire.org/{{ lang }}/hardware/fireinfo/{{ bus }}/{{ vendor_id }}/{{ model_id }}">{{ vendor_name }} - {{ model_name or model_id }}</a>
997659d0 30 </p>
91a446f0 31{% end block %}