{% extends "base.html" %} {% load tags %} {% load static %} {% block title %} - {{ launch.name }}{% endblock %} {% block css %} {% endblock %} {% block top-menu-left %} {{ launch.name }} {% endblock %} {% block top-menu-right %} {% endblock %} {% block top %} {{ launch.name }} {% endblock %} {% block content %}
Launch information
Name
{{ launch.name }}
{% if launch.launched %}
Launch Date
{{ launch.launch_date }}
{% endif %}
Number of Satellites
{{ launch.satellites_count }}
Launch Links
Satellites
{% for sat in satellites %} {% endfor %}
Satellite Identifier Name NORAD
{{ sat.satellite_identifier__sat_id }} {{ sat.satellite_entry__name|upper }} {{ sat.satellite_entry__norad_cat_id }}
{% endblock %}