{% extends "base.html" %} {% block title %}{{ member.display_name }} — {{ club.name }}{% endblock %} {% block content %}
{% include "partials/club_member_uuid_card.html" %} {% if membership_invoice %} {% include "partials/membership_payment_inline.html" %} {% elif club.membership_annual_fee and is_paid_member and not is_expired and not expiring_soon %}

You're all paid up. You can renew again when your membership is close to expiring.

{% endif %}
Club page
{% endblock %}