{% extends "public/content.html" %} {% block headtitle %}Renew Membership{% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="membership" %} {% endblock %} {% block title %}

Thanks For Your Payment

{% endblock %} {% block content %} {% if content %} {{ content.content|safe }} {% else %}

Your payment has been completed, and your membership renewed.

{% endif %}

Your new expiry date is {{ current_member.expiry_date }}.

Return to your locker

{% endblock %}