{% extends "base.html" %} {% block content %}

Network Emulator


System Overview
{% for name, status in packet_control_summary.items() %} {% if status %} {% else %} {% endif %} {% endfor %} {% for name, status in network_control_summary.items() %} {% if status %} {% else %} {% endif %} {% endfor %}
Type Status
{{ name }}ActiveInactive
{{ name }}ActiveInactive
{% endblock %}