{% extends "base.html" %} {% load static %} {% block title %} - Transmitters{% endblock %} {% block css %} {% endblock %} {% block top-menu-left %} Transmitters {% endblock %} {% block top-menu-right %} {% endblock %} {% block top %} Transmitters {% endblock %} {% block content %}
{% for trans in transmitters %} {% endfor %}
UUID Satellite Type Description Downlink Downlink Drift Uplink Uplink Drift Inverted Mode Baud Service Status
{{ trans.uuid }} {% if trans.satellite.satellite_entry.norad_cat_id %} {{ trans.satellite.satellite_entry }} {% else %} {{ trans.satellite.satellite_entry }} {% endif %} {{ trans.type }} {{ trans.description }} {{ trans.downlink_low }} {{ trans.downlink_drift }} {{ trans.uplink }} {{ trans.uplink_drift }} {{ trans.invert }} {{ trans.downlink_mode }} {{ trans.baud }} {{ trans.service }} {{ trans.status }}
{% endblock %} {% block javascript %} {% endblock %}