Renew membership — {{ member }}
{% if member.membership_last_paid %}

Last paid: {{ member.membership_last_paid|date:"M j, Y" }}

Current expiration: {{ member.membership_expiration_date|date:"M j, Y" }}

{% else %}

No payment on record.

{% endif %}

New expiration will be: {{ new_expiration|date:"M j, Y" }}

{% if send_renewal_confirmation and member.email %}

This will send a renewal confirmation email

{% endif %}