{% extends "base.html" %} {% block content %}

Register Someone!!!! Here be FORM for registering someone without a ref

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
{% include "contest/logTable.html" with logShowComplete=1 qsos=qsos %}
{% endblock %}