{% extends "index.html" %} {% block title %} Spot search for a specific Callsign {% endblock %} {% block titles %}

{{callsign}}

Some statistics about this callsign

{% endblock %} {% block filters %}
{% endblock filters %} {% block app_data %} {{ super() }} var callsign = '{{callsign}}'; {% endblock app_data %} {% block inline_scripts %} {% endblock %}