{% extends "layout.html" %} {% block main %} x Warning! Anti Jamming Test {% autoescape false %} {{ web_notes }} {% endautoescape %} User Description Time left Set hours left {{ usage.desc }} Update Device Name Device Status Spirent GSS9000 ? Status {% for jamdev in jamming_device.jamdevs %} {% if jamdev.enable != 0 %} {{jamdev.desc}} ? Status {% endif %} {% endfor %} Antenna Switch ? Switch Status Standpoint Switch ? Switch Status {% if current_user.is_authenticated %} Receiver List: {% for rcvr in receiver.devs %} {{rcvr.long_desc}} {% endfor %} {% endif %} {% endblock %} {% block userscript %} {% endblock %}