{% load tags %} {% load humanize %} {% if show_client_version %}{% endif %} {% if show_owner %}{% endif %} {% for station in stations %} {% if show_client_version %} {% endif %} {% if show_owner %} {% endif %} {% endfor %}
ID Name Location Total FutureClient VersionAntennasOwner
{{ station.id }} {{ station.name }} {% if station.has_location %} {{ station.qthlocator }} @{{ station.alt }}m {% else %} Location not defined {% endif %} {{ station.observations_stats.total }} {{ station.observations_stats.future }} {{ station.client_version|default:"N/A" }} {% for antenna in station.antennas.all %} {{ antenna.antenna_type }} ({{ antenna.bands }}) {% endfor %} {% if station.owner %} {{ station.owner.displayname }} {% else %} - {% endif %}