{% extends "base.html" %} {% load tags %} {% load static %} {% load humanize %} {% block title %} - Observations{% endblock %} {% block css %} {% endblock css %} {% block content %}

Observations

{% if can_schedule %} Schedule Observations {% endif %}
{% if can_schedule %} {% endif %}
{% if display_no_filter_warning %}

Below is the past 24h and future activity of Network stations, change the filters above to adjust the search results.

{% endif %}
{% if user.is_authenticated and observations %} {% else %}
{% endif %} {% if is_paginated %} {% load paginator %}{% paginator request 3 %} {% endif %}
{% include 'includes/observations_table.html' with show_results=True show_observer=True %}
{% if user.is_authenticated and observations %} {% else %}
{% endif %} {% if is_paginated %} {% load paginator %}{% paginator request 3 %} {% endif %}
{% include 'includes/satellite.html' %} {% include 'includes/legend.html' %} {% endblock content %} {% block javascript %} {% endblock javascript %}