{% extends 'base.html' %} {% load static %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Registration Countdown

{% if days_remaining > 0 %} {{ days_remaining }} day{{ days_remaining|pluralize }} remaining until registration closes. {% else %} Registration deadline has passed. {% endif %}

{% if club.status == "Unapproved" %} Pending Approval {% elif club.status == "Rejected" %}
Registration Rejected here to update your registration details.
{% elif club.status == "Approved" %}

Match starts on the {{season.match_start}}. Good luck!

{% endif %}
{% comment %} {% endif %} {% endcomment %}

Officials

Card image cap

Players

Card image cap
{% endblock content %}