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

Ground Stations

{% if is_paginated %} {% load paginator %}{% paginator request 3%} {% endif %} Map
{% for error in freq_filter_errors %} {% endfor %}
{% include 'includes/stations_table.html' with show_owner=True %} {% if is_paginated %}{% load paginator %}{% paginator request 3 %}{% endif %}
Query returned {{ stations|length }} station{{ stations|length|pluralize }}.
{% endblock content %} {% block javascript %} {% comment %} {% endcomment %} {% endblock %}