{% extends "memberships/base.html" %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Sorry, we can't process your membership renewal at the moment." %}
{% if is_admin or is_rep %}Please {% trans "Renew corporate membership" %} "{{ corp_membership.corp_profile.name }}" before renewing this individual membership.
{% else %}{% trans "Please contact your company membership coordinator or representative to ensure your membership is being renewed." %}
{% endif %}