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

Welcome, {{ user }}

{% if user.ref %} {# user has a reference, we can start logging QSOs! #}

Welcome to {{ contest }}!

You got yourself a ref registered. Very nice. Now you are ready to go! So go ahead and log some QSOs!

{% else %}

Hey you, {{ user }}, you don't have a ref! You should get your ref registered! Get yourself registered with your callsign and your current location by calling out to DK0TU on {{ contest.callQrg }}.

{% endif %} {% if user.is_staff %}

Hey, you are staff. Do you want to register people?

{% endif %} {% endblock %}