{% extends 'layout.html' %} {% block title %}Dashboard • Network Command{% endblock %} {% block body %}

Dashboard

Welcome {{session.name}}


Switch Count{{switches['switchCount']}}
Interface Count{{switches['intCount']}}
Interfaces Up{{switches['upCount']}}
Alarms{{switches['alarm_count']}}
{% endblock %}