Suggested by {{ transmitter_entry.created_by|default:'-' }} on: {{ transmitter_entry.created|date:'Y-m-d H:i' }}
Citation: {{ transmitter_entry.citation }}
{% if is_reviewed %}
Verdict: {% if transmitter_entry.approved %}Approved{% else %}Rejected{% endif %}
Reviewed by {{ transmitter_entry.reviewed_by|default:'-'}} on: {{ transmitter_entry.reviewed|date:'Y-m-d H:i' }}
{% endif %}
{% with t_type=transmitter_entry.type %}
Satellite |
{{ transmitter_entry.satellite }}
|
UUID |
{{ transmitter_entry.uuid }} |
Description |
{{ transmitter_entry.description }} |
Type |
{{ t_type }} |
Status |
{{ transmitter_entry.status|default:'-' }} |
{% if t_type == 'Transceiver' or t_type == 'Transponder' %}
{% if t_type == 'Transponder'%} Uplink Low {% else %} Uplink {% endif %}Frequency |
{{ transmitter_entry.uplink_low|frq|default:'-' }} ({{transmitter_entry.uplink_low|default:'-'}} Hz) |
{% endif %}
{% if t_type == 'Transponder' %}
Uplink High Frequency |
{{ transmitter_entry.uplink_high|frq|default:'-' }} ({{transmitter_entry.uplink_high|default:'-'}} Hz) |
{% endif %}
{% if t_type == 'Transceiver' or t_type == 'Transponder' %}
Uplink Drift |
{% dfrq transmitter_entry.uplink_low transmitter_entry.uplink_drift %} |
Uplink Mode |
{{ transmitter_entry.uplink_mode|default:'-' }} |
{% endif %}
{% if t_type == 'Transponder'%} Downlink Low {% else %} Downlink {% endif %}Frequency |
{{ transmitter_entry.downlink_low|frq|default:'-' }} ({{transmitter_entry.downlink_low|default:'-'}} Hz) |
{% if t_type == 'Transponder' %}
Downlink High Frequency |
{{ transmitter_entry.downlink_high|frq|default:'-' }} ({{transmitter_entry.downlink_high|default:'-'}} Hz) |
{% endif %}
Downlink Drift |
{% dfrq transmitter_entry.downlink_low transmitter_entry.downlink_drift %} |
Downlink Mode |
{{ transmitter_entry.downlink_mode|default:'-' }} |
{% if t_type == 'Transponder' %}
Inverted Transponder |
{{ transmitter_entry.invert|yesno:"Yes,No"|default:'-' }} |
{% endif %}
Baud |
{{ transmitter_entry.baud|default:'-' }} |
Service |
{{ transmitter_entry.get_service_display|default:'-' }} |
IARU Coordination |
{% if transmitter_entry.iaru_coordination_url %}
{{ transmitter_entry.iaru_coordination|default:'-' }}
{% else %}
{{ transmitter_entry.iaru_coordination|default:'-' }}
{% endif %}
|
ITU Notification |
{%for itu_url in transmitter_entry.itu_notification.urls %}
[Link {{ forloop.counter }}]
{% empty %}
-
{% endfor %}
|
Unconfirmed |
{{ transmitter_entry.unconfirmed|yesno:"Yes,No" }} |
{% endwith %}
{% with c_type=current_entry.type t_type=transmitter_entry.type %}
Field |
{% if is_reviewed %}Previous{% else %}Current Value{% endif %} |
Suggested |
|
|
|
{% if current_entry.description != transmitter_entry.description %}
Description |
{{ current_entry.description|default:'-' }} |
{{ transmitter_entry.description|default:'-' }} |
{% endif %}
{% if c_type != t_type %}
Type |
{{ c_type|default:'-' }} |
{{ t_type|default:'-' }} |
{% endif %}
{% if current_entry.status != transmitter_entry.status %}
Status |
{{ current_entry.status|default:'-' }} |
{{ transmitter_entry.status|default:'-' }} |
{% endif %}
{% if c_type == 'Transceiver' or c_type == 'Transponder' or t_type == 'Transceiver' or t_type == 'Transponder' %}
{% if current_entry.uplink_low != transmitter_entry.uplink_low %}
{% if c_type == 'Transponder' or t_type == 'Transponder'%} Uplink Low {% else %} Uplink {% endif%}Frequency |
{{ current_entry.uplink_low|frq|default:'-' }} ({{current_entry.uplink_low|default:'-'}} Hz) |
{{ transmitter_entry.uplink_low|frq|default:'-' }} ({{transmitter_entry.uplink_low|default:'-'}} Hz) |
{% endif %}
{% endif %}
{% if c_type == 'Transponder' or t_type == 'Transponder' %}
{% if current_entry.uplink_high != transmitter_entry.uplink_high %}
Uplink High Frequency |
{{ current_entry.uplink_high|frq|default:'-' }} ({{current_entry.uplink_high|default:'-'}} Hz) |
{{ transmitter_entry.uplink_high|frq|default:'-' }} ({{transmitter_entry.uplink_high|default:'-'}} Hz) |
{% endif %}
{% endif %}
{% if c_type == 'Transceiver' or c_type == 'Transponder' or t_type == 'Transceiver' or t_type == 'Transponder' %}
{% if current_entry.uplink_drift != transmitter_entry.uplink_drift %}
Uplink Drift |
{% dfrq current.uplink_low current.uplink_drift %} |
{% dfrq transmitter_entry.uplink_low transmitter_entry.uplink_drift %} |
{% endif %}
{% if current_entry.uplink_mode != transmitter_entry.uplink_mode %}
Uplink Mode |
{{ current_entry.uplink_mode|default:'-' }} |
{{ transmitter_entry.uplink_mode|default:'-' }} |
{% endif %}
{% endif %}
{% if current_entry.downlink_low != transmitter_entry.downlink_low %}
{% if c_type == 'Transponder' or t_type == 'Transponder'%} Downlink Low {% else %} Downlink {% endif%}Frequency |
{{ current_entry.downlink_low|frq|default:'-' }} ({{current_entry.downlink_low|default:'-'}} Hz) |
{{ transmitter_entry.downlink_low|frq|default:'-' }} ({{transmitter_entry.downlink_low|default:'-'}} Hz) |
{% endif %}
{% if c_type == 'Transponder' or t_type == 'Transponder' %}
{% if current_entry.uplink_high != transmitter_entry.uplink_high %}
Downlink High Frequency |
{{ current_entry.downlink_high|frq|default:'-' }} ({{current_entry.downlink_high|default:'-'}} Hz) |
{{ transmitter_entry.downlink_high|frq|default:'-' }} ({{transmitter_entry.downlink_high|default:'-'}} Hz) |
{% endif %}
{% endif %}
{% if current_entry.downlink_drift != transmitter_entry.downlink_drift %}
Downlink Drift |
{% dfrq current.downlink_low current.downlink_drift %} |
{% dfrq transmitter_entry.downlink_low transmitter_entry.downlink_drift %} |
{% endif %}
{% if current_entry.downlink_mode != transmitter_entry.downlink_mode %}
Downlink Mode |
{{ current_entry.downlink_mode|default:'-' }} |
{{ transmitter_entry.downlink_mode|default:'-' }} |
{% endif %}
{% if c_type == 'Transponder' or t_type == 'Transponder' %}
{% if current_entry.invert != transmitter_entry.invert %}
Inverted Transponder |
{{ current_entry.invert|yesno:"Yes,No"|default:'-' }} |
{{ transmitter_entry.invert|yesno:"Yes,No"|default:'-' }} |
{% endif %}
{% endif %}
{% if current_entry.baud != transmitter_entry.baud %}
Baud |
{{ current_entry.baud|default:'-' }} |
{{ transmitter_entry.baud|default:'-' }} |
{% endif %}
{% if current_entry.get_service_display != transmitter_entry.get_service_display %}
Service |
{{ current_entry.get_service_display|default:'-' }} |
{{ transmitter_entry.get_service_display|default:'-' }} |
{% endif %}
{% if current_entry.iaru_coordination != transmitter_entry.iaru_coordination or current_entry.iaru_coordination_url != transmitter_entry.iaru_coordination_url %}
IARU Coordination |
{% if current_entry.iaru_coordination_url %}
{{ current_entry.iaru_coordination|default:'-' }}
{% else %}
{{ current_entry.iaru_coordination|default:'-' }}
{% endif %}
|
{% if transmitter_entry.iaru_coordination_url %}
{{ transmitter_entry.iaru_coordination|default:'-' }}
{% else %}
{{ transmitter_entry.iaru_coordination|default:'-' }}
{% endif %}
|
{% endif %}
{% if current_entry.itu_notification != transmitter_entry.itu_notification %}
ITU Notification |
{% if current_entry.itu_notification.urls %}
{% for itu_url in current_entry.itu_notification.urls %}
[Link {{ forloop.counter }}]
{% endfor %}
{% else %}
-
{% endif %}
|
{% if transmitter_entry.itu_notification.urls %}
{% for itu_url in transmitter_entry.itu_notification.urls %}
[Link {{ forloop.counter }}]
{% endfor %}
{% else %}
-
{% endif %}
|
{% endif %}
{% if current_entry.unconfirmed != transmitter_entry.unconfirmed %}
Unconfirmed |
{{ current_entry.unconfirmed|yesno:"Yes,No"|default:'-' }} |
{{ transmitter_entry.unconfirmed|yesno:"Yes,No"|default:'-' }} |
{% endif %}
{% endwith %}