Last change
on this file since 6382 was 6322, checked in by RIck van der Zwet, 17 years ago |
Rewrote code to match the DRY principel, which should be a framework for all
the additions as well. Might even need to think of creating a Class for it to
make it even more generic. But first have a look wether this is gonna work well
|
File size:
170 bytes
|
Line | |
---|
1 | <table>
|
---|
2 | {% for key, value in object.as_list %}
|
---|
3 | <tr><th>{{ key }}</th><td>:</td><td>{{ value }}</td><tr>
|
---|
4 | {% endfor %}
|
---|
5 |
|
---|
6 | {# XXX: Include static-dhcp assignments #}
|
---|
7 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.