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

Welcome!

I have {{ call_count }} callsigns in my Database!
{% if user.ref %} {# user has a reference, we can start logging QSOs! #}
Hey, nice! You are a Call at a certain level and you have a ref of {{ user.ref }}. Start doing the QSO foo! GO GO GO GO
{% for log in call_import %} {% endfor %}
Date Source Version
{{ log.last_version_time }} {{ log.datasource }} {{ log.version }}
{% else %} Hey you, you don't have a ref. You should have a ref! Register with contest people! on QRG FOOOO {% endif %} {% if user.is_staff %} Hey, you are staff. Do you want to register people? {% endif %} {% endblock %}