{% extends "base_form.html" %} {% block title %}UCC Membership Renewal{% endblock %} {% block content_title %}

Renew your membership

{% endblock %} {% block tips %} {% if is_new %} Your account exists already but no membership information has yet been recorded in this system.
Please update/correct the details below as necessary. Some have probably been filled for you. {% else %} Please confirm that the details below have not changed since your last registration or membership renewal. {% endif %} {% endblock %} {% block extra_preform %}
{{ request.user.username }}
{% endblock %} {% block action_url %}{% url 'memberdb:renew' %}{% endblock %} {% block action_text %}Renew{% endblock %}