{% load i18n %}
{% if year.open %}
{{ year.year }}
{% trans "Members" %}: {{ year.members }}
{% trans "Santee" %}: {{ users_santee }}

{% if application_exists %} {% trans "Joined" %} {% else %} {% trans "Join" %} {% endif %} {% if year.participating %} {% trans "Received Gift" %} {% endif %} {% if perms.secretsanta.manager %} {% trans "Applications" %} {% trans "Administer" %} {% endif %}
{% else %}
{{ year.year }}
{% trans "Members" %}: {{ year.members }}
{% trans "Santee" %}: {{ users_santee }}

{% if santapair_exists %} {% if gift_delivered %} {% trans "Received Gift" %} {% else %} {% trans "Received Gift" %} {% endif %} {% endif %} {% if perms.secretsanta.manager %} {% trans "Applications" %} {% trans "Administer" %} {% endif %}
{% endif %}