{% extends "base.html" %} {% load tags %} {% load static %} {% block title %} - Suggestion for Satellite {{ satellite_entry }}{% endblock %} {% block css %} {% if showmap %} {% endif %} {% endblock %} {% block top-menu-left %}
Name | {% if not is_new %} {{ satellite_entry.name }} {% else %} {{ satellite_entry.name }} {% endif %} |
NORAD ID | {{ satellite_entry.norad_cat_id|default:'-'}} |
Followed NORAD ID | {{ satellite_entry.norad_follow_id|default:'-'}} |
Alternative Names | {{ satellite_entry.names|default:'-'}} |
Description | {{ satellite_entry.description|default:'-'}} |
Owner/Operator | {% if satellite_entry.operator.website and satellite_entry.operator.name %} {{ satellite_entry.operator.name}} {% else %} {{ satellite_entry.operator.name|default:'-'}} {% endif %} |
Status | {% if satellite_entry.status == 'alive' %}
![]() ![]() ![]() ![]() ![]() |
Countries of Origin | {% for country in satellite_entry.countries %} {% endfor %} |
Website | {% if satellite_entry.website %} {{ satellite_entry.website }} {% else %} - {% endif %} |
Dashboard URL | {% if satellite_entry.dashboard_url %} {{ satellite_entry.dashboard_url }} {% else %} - {% endif %} |
Launch Date | {{ satellite_entry.launched|default:'-'}} |
Launch | {{ satellite_entry.launch.name }} |
Deploy Date | {{ satellite_entry.deployed|default:'-'}} |
Re-entry Date | {{ satellite_entry.decayed|default:'-'}} |
Image |
Field | {% if is_reviewed %}Previous{% else %}Current Value{% endif %} | Suggested |
---|---|---|
Name | {{ current_entry.name }} | {{ satellite_entry.name }} |
NORAD ID | {{ current_entry.norad_cat_id|default:'-'}} | {{ satellite_entry.norad_cat_id|default:'-'}} |
Followed NORAD ID | {{ current_entry.norad_follow_id|default:'-'}} | {{ satellite_entry.norad_follow_id|default:'-'}} |
Alternative Names | {{ current_entry.names|default:'-'}} | {{ satellite_entry.names|default:'-'}} |
Description | {{ current_entry.description|default:'-'}} | {{ satellite_entry.description|default:'-'}} |
Owner/Operator | {% if current_entry.operator.website and current_entry.operator.name %} {{ current_entry.operator.name}} {% else %} {{ current_entry.operator.name|default:'-'}} {% endif %} | {% if satellite_entry.operator.website and satellite_entry.operator.name %} {{ satellite_entry.operator.name}} {% else %} {{ satellite_entry.operator.name|default:'-'}} {% endif %} |
Status |
{% if current_entry.status == 'alive' %}
![]() ![]() ![]() ![]() ![]() |
{% if satellite_entry.status == 'alive' %}
![]() ![]() ![]() ![]() ![]() |
Countries of Origin | {% for country in current_entry.countries.all %} {% endfor %} | {% for country in satellite_entry.countries.all %} {% endfor %} |
Website | {% if current_entry.website %} {{ current_entry.website }} {% else %} - {% endif %} | {% if satellite_entry.website %} {{ satellite_entry.website }} {% else %} - {% endif %} |
Dashboard URL | {% if current_entry.dashboard_url %} {{ current_entry.dashboard_url }} {% else %} - {% endif %} | {% if satellite_entry.dashboard_url %} {{ satellite_entry.dashboard_url }} {% else %} - {% endif %} |
Launch Date | {{ current_entry.launched|default:'-'}} | {{ satellite_entry.launched|default:'-'}} |
Launch | {{ current_entry.launch.name }} | {{ satellite_entry.launch.name }} |
Deploy Date | {{ current_entry.deployed|default:'-'}} | {{ satellite_entry.deployed|default:'-'}} |
Re-entry Date | {{ current_entry.decayed|default:'-' }} | {{ satellite_entry.decayed|default:'-' }} |
Image |
|
|