{% extends "memberships/base.html" %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans "We're sorry that currently you cannot join under the corporate" %} {% if can_view %} "{{ corp_membership.corp_profile.name }}" {% else %} "{{ corp_membership.corp_profile.name }}" {% endif %} {% trans "because it has reached the maximum allowed corporate members." %}
{% blocktrans with reps_pluralize=reps.count|pluralize %}Please contact your membership representative{{ reps_pluralize }} to upgrade your corporate membership.{% endblocktrans %}
{% if reps %}
{% for rep in reps %}
{{ rep.user.get_full_name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% blocktrans with reps_pluralize=reps.count|pluralize %}A notification email has also been sent to your membership representative{{ reps_pluralize }}.{% endblocktrans %}
{% endif %} {% if join_as_indiv_url %}{% blocktrans %}As an alternative, you can opt in to join as an individual membership if you'd like,
{% endblocktrans %}