]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/stasy-vendor-detail.html
Display sidebar on vendor detail page.
[people/shoehn/ipfire.org.git] / www / templates / stasy-vendor-detail.html
CommitLineData
40e7f805 1{% extends "stasy-base-2.html" %}
91a446f0
MT
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 %}