13 lines
215 B
HTML
13 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Device List</title>
|
|
</head>
|
|
<body>
|
|
<h1>Devices</h1>
|
|
{{ table|safe }}
|
|
|
|
<h2>Add Device</h2>
|
|
{{ form|safe }}
|
|
</body>
|
|
</html>
|