summaryrefslogtreecommitdiff
path: root/forecast.html.tt
diff options
context:
space:
mode:
Diffstat (limited to 'forecast.html.tt')
-rw-r--r--forecast.html.tt16
1 files changed, 16 insertions, 0 deletions
diff --git a/forecast.html.tt b/forecast.html.tt
index 82d8412..eedc078 100644
--- a/forecast.html.tt
+++ b/forecast.html.tt
@@ -143,5 +143,21 @@
</tbody>
</table>
</div>
+ <div class="tube">
+ <table class="status">
+ <thead>
+ <tr><th>Line</th><th>Status</th><th>Details</th></tr>
+ </thead>
+ <tbody>
+ [% FOREACH line IN t.lines %]
+ <tr>
+ <td>[% line.name %]</td>
+ <td>[% line.status.description %]</td>
+ <td>[% line.status.details %]</td>
+ </tr>
+ [% END %]
+ </tbody>
+ </table>
+ </div>
</body>
</html>