{% extends "base.html" %} {% block content %}
Contest Stations
Here is a Table with all OMs/YLs in the contest! {% for u in alluser %} {% endfor %}
Call Ref
{{ u.username }} {{ u.ref|default:"unknown / unset" }} Update / Create ref
Current QSOs
{% for qso in qsos %} {% endfor %}
Nr-S Band UTC Call A Call B RST-S RST-R Nr-R EXC Remarks
{{ qso.ownNo }} {{ qso.band }} {{ qso.time|date:"H:i" }} {{ qso.owner.username }} {{ qso.call }} {{ qso.reportTX }} {{ qso.reportRX }} {{ qso.otherNo }} {{ qso.refStr }} {{ qso.remarks }}
{% endblock %}