{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
QSOs by {{ owner }}

{{ owner }} {% if owner.ref %}is registeret at {{ owner.ref }}{% else %}has not registered an exchange{% endif %} and {% if owner.cat %}is in category {{ owner.cat }}{% else %}has not selected a category{% endif %}.

{{ owner }} has {{ owner.getQSOCount }} QSO{{ owner.getQSOCount|pluralize }}, {{ owner.getCfmdQSOCount }} confirmed QSO{{ owner.getCfmdQSOCount|pluralize }} and worked the following {{ userRefs|length }} exchange{{ userRefs|length|pluralize }}: {{ userRefs|join:", " }}.

{% include "contest/qsoAdminTable.html" with qsoPage=qsoPage qsoPager=qsoPager %}
{% endblock %}