]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-vendor-detail.html
Display sidebar on vendor detail page.
[people/shoehn/ipfire.org.git] / www / templates / stasy-vendor-detail.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block content %}
4 <h3>{{ vendor_name }}</h3>
5 <p>
6 This is a list of all devices this database knows about from
7 <strong>{{ vendor_name }}</strong>.
8 </p>
9
10 {{ modules.StasyDeviceTable(models) }}
11 {% end block %}