]> git.ipfire.org Git - ipfire.org.git/blob - templates/fireinfo/vendor-detail.html
8e3dc644559fc53d638ece9616e25922cfe3a51a
[ipfire.org.git] / templates / fireinfo / vendor-detail.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ vendor_name }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h2>{{ vendor_name }}</h2>
8 </div>
9
10 <p>
11 This is a list of all devices this database knows about from
12 <strong>{{ vendor_name }}</strong>.
13 </p>
14
15 {% module FireinfoDeviceAndGroupsTable(devices) %}
16 {% end block %}