{% extends "base.html" %} {% load static %} {% load tags %} {% block title %} - Satellite List{% endblock %} {% block css %} {% endblock %} {% block top-menu-left %} Satellites {% endblock %} {% block top-menu-right %} {% if request.user.is_authenticated %}
{% endif %} {% endblock %} {% block top %} Satellites {% endblock %} {% block content %}Satellite Identifier | Name | NORAD | Status | Alt. Names | Transmitters | Followed NORAD | Operator | Launched | Website | Dashboard | Launch | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ sat.satellite_identifier__sat_id }} | {{ sat.satellite_entry__name|upper }} | {{ sat.satellite_entry__norad_cat_id }} |
{% if sat.satellite_entry__status == 'alive' %}
![]() ![]() ![]() ![]() ![]() |
{{ sat.satellite_entry__names|upper }} | {{ sat.approved_transmitters_count }} | {{ sat.satellite_entry__norad_follow_id }} | {{ sat.satellite_entry__operator }} | {{ sat.satellite_entry__launched }} | {{ sat.satellite_entry__website }} | {{ sat.satellite_entry__dashboard_url }} | {{ sat.satellite_entry__launch__name }} | {% for code in sat.satellite_entry__countries|country_codes_from_string %} {% endfor %} |