{% extends "base.html" %} {% load static %} {% block title %} - Suggestion List{% endblock %} {% block css %} {% endblock %} {% block top-menu-left %} Suggestions {% endblock %} {% block top-menu-center %}
{% endblock %} {% block top-menu-right %} {% if request.user.is_authenticated %} {% endif %} {% endblock %} {% block top %} Suggestions {% endblock %} {% block content %}Date of submission | Satellite | User | New/Existing | Details |
---|---|---|---|---|
{{ entry.created|date:'Y-m-d H:i' }} | {{ entry.name }} ({{ entry.norad_cat_id }}) | {{entry.satellite_identifier }} | {% if entry.created_by %}{{ entry.created_by }}{% else %} - {% endif %} | {% if entry.is_new %} New {% else %} Existing {% endif %} |
Date of submission | UUID | Satellite | Description | Downlink | User | New/Existing | Details |
---|---|---|---|---|---|---|---|
{{ entry.created|date:'Y-m-d H:i' }} | {{ entry.uuid }} | {{ entry.satellite }} | {{ entry.description }} | {{ entry.downlink_low }} | {% if entry.created_by %}{{ entry.created_by }}{% else %} - {% endif %} | {% if entry.is_new %} New {% else %} Existing {% endif %} |