]> git.ipfire.org Git - ipfire.org.git/blob - templates/fireinfo/driver.html
Huge update for fireinfo, introducting talk and nopaste
[ipfire.org.git] / templates / fireinfo / driver.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Driver: %s") % driver }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h2>{{ _("Driver: %s") % driver }}</h2>
8 </div>
9
10 {% module FireinfoDeviceTable(driver_map) %}
11 {% end block %}