{% extends "base.html" %} {% load tags %} {% load static %} {% block title %} - Transmitter Suggestion {% endblock %} {% block css %} {% if showmap %} {% endif %} {% endblock %} {% block top-menu-left %}
{% if is_new %} Suggestion for New Transmitter {% else %} Suggested Edit for Transmitter {% endif %}
{% endblock %} {% block top-menu-center %} {% endblock %} {% block top-menu-right %} {% if request.user.is_authenticated and not is_reviewed %} {% endif %} {% endblock %} {% block top %}
{% if is_new %} Suggestion for New Transmitter {% else %} Suggested Edit for Transmitter {% endif %}
{% endblock %} {% block content %}
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 %}
{% if t_type == 'Transceiver' or t_type == 'Transponder' %} {% endif %} {% if t_type == 'Transponder' %} {% endif %} {% if t_type == 'Transceiver' or t_type == 'Transponder' %} {% endif %} {% if t_type == 'Transponder' %} {% endif %} {% if t_type == 'Transponder' %} {% endif %}
Satellite {{ transmitter_entry.satellite }}
UUID {{ transmitter_entry.uuid }}
Description {{ transmitter_entry.description }}
Type {{ t_type }}
Status {{ transmitter_entry.status|default:'-' }}
{% if t_type == 'Transponder'%} Uplink Low {% else %} Uplink {% endif %}Frequency {{ transmitter_entry.uplink_low|frq|default:'-' }} ({{transmitter_entry.uplink_low|default:'-'}} Hz)
Uplink High Frequency {{ transmitter_entry.uplink_high|frq|default:'-' }} ({{transmitter_entry.uplink_high|default:'-'}} Hz)
Uplink Drift {% dfrq transmitter_entry.uplink_low transmitter_entry.uplink_drift %}
Uplink Mode {{ transmitter_entry.uplink_mode|default:'-' }}
{% if t_type == 'Transponder'%} Downlink Low {% else %} Downlink {% endif %}Frequency {{ transmitter_entry.downlink_low|frq|default:'-' }} ({{transmitter_entry.downlink_low|default:'-'}} Hz)
Downlink High Frequency {{ transmitter_entry.downlink_high|frq|default:'-' }} ({{transmitter_entry.downlink_high|default:'-'}} Hz)
Downlink Drift {% dfrq transmitter_entry.downlink_low transmitter_entry.downlink_drift %}
Downlink Mode {{ transmitter_entry.downlink_mode|default:'-' }}
Inverted Transponder {{ transmitter_entry.invert|yesno:"Yes,No"|default:'-' }}
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 %}
{% if current_entry.description != transmitter_entry.description %} {% endif %} {% if c_type != t_type %} {% endif %} {% if current_entry.status != transmitter_entry.status %} {% 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 %} {% endif %} {% endif %} {% if c_type == 'Transponder' or t_type == 'Transponder' %} {% if current_entry.uplink_high != transmitter_entry.uplink_high %} {% 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 %} {% endif %} {% if current_entry.uplink_mode != transmitter_entry.uplink_mode %} {% endif %} {% endif %} {% if current_entry.downlink_low != transmitter_entry.downlink_low %} {% endif %} {% if c_type == 'Transponder' or t_type == 'Transponder' %} {% if current_entry.uplink_high != transmitter_entry.uplink_high %} {% endif %} {% endif %} {% if current_entry.downlink_drift != transmitter_entry.downlink_drift %} {% endif %} {% if current_entry.downlink_mode != transmitter_entry.downlink_mode %} {% endif %} {% if c_type == 'Transponder' or t_type == 'Transponder' %} {% if current_entry.invert != transmitter_entry.invert %} {% endif %} {% endif %} {% if current_entry.baud != transmitter_entry.baud %} {% endif %} {% if current_entry.get_service_display != transmitter_entry.get_service_display %} {% endif %} {% if current_entry.iaru_coordination != transmitter_entry.iaru_coordination or current_entry.iaru_coordination_url != transmitter_entry.iaru_coordination_url %} {% endif %} {% if current_entry.itu_notification != transmitter_entry.itu_notification %} {% endif %} {% if current_entry.unconfirmed != transmitter_entry.unconfirmed %} {% endif %}
Field {% if is_reviewed %}Previous{% else %}Current Value{% endif %} Suggested
Description {{ current_entry.description|default:'-' }} {{ transmitter_entry.description|default:'-' }}
Type {{ c_type|default:'-' }} {{ t_type|default:'-' }}
Status {{ current_entry.status|default:'-' }} {{ transmitter_entry.status|default:'-' }}
{% 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)
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)
Uplink Drift {% dfrq current.uplink_low current.uplink_drift %} {% dfrq transmitter_entry.uplink_low transmitter_entry.uplink_drift %}
Uplink Mode {{ current_entry.uplink_mode|default:'-' }} {{ transmitter_entry.uplink_mode|default:'-' }}
{% 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)
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)
Downlink Drift {% dfrq current.downlink_low current.downlink_drift %} {% dfrq transmitter_entry.downlink_low transmitter_entry.downlink_drift %}
Downlink Mode {{ current_entry.downlink_mode|default:'-' }} {{ transmitter_entry.downlink_mode|default:'-' }}
Inverted Transponder {{ current_entry.invert|yesno:"Yes,No"|default:'-' }} {{ transmitter_entry.invert|yesno:"Yes,No"|default:'-' }}
Baud {{ current_entry.baud|default:'-' }} {{ transmitter_entry.baud|default:'-' }}
Service {{ current_entry.get_service_display|default:'-' }} {{ transmitter_entry.get_service_display|default:'-' }}
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 %}
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 %}
Unconfirmed {{ current_entry.unconfirmed|yesno:"Yes,No"|default:'-' }} {{ transmitter_entry.unconfirmed|yesno:"Yes,No"|default:'-' }}
{% endwith %}
{% if transmitter_entry.created_by == request.user or perms.base.delete_trasnmittersuggestion %} {% endif %} {% if perms.base.approve_transmittersuggestion %} {% endif %} {% endblock %}