{% extends "memberships/base.html" %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{{ app.name }}

{% 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 %}

{% if email_sent %}

{% 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 %}

{% endif %} {% if is_admin %}

ADMIN:

{% endif %}
{% endblock %}