{% extends "base.html" %} {% load static %} {% block title %}Special Access - Gobii{% endblock %} {% block head_extras %} {{ block.super }} {% endblock %} {% block content %}
{#
#} {#
#} {#
#}

Special Access

{% if promo %}

{{ promo.headline|default:"Your private Gobii trial is ready." }}

{% if promo.description %} {{ promo.description }} {% else %} Start a {{ promo.trial_days }}-day {{ plan_label }} trial configured for this event. Your access code has been accepted. {% endif %}

Plan

{{ plan_label }}

Trial

{{ promo.trial_days }} days

Card

{% if promo.payment_method_required %}Required{% else %}Not Required{% endif %}

{% else %}

Enter your Gobii access code for a special trial for your group.

If you received a code from our team, enter it here to unlock the trial configured for your group.

{% endif %}
{% if promo %}

Code accepted

{{ promo.name }}

{% if redemptions_remaining is not None %}

{{ redemptions_remaining }} shared starts remain for this access code.

{% endif %}
{% csrf_token %}

{% if promo.payment_method_required %} Stripe will collect a card before the trial starts. {% else %} You can add payment later. If you do not, billing recovery starts when the trial ends. {% endif %}

{% csrf_token %}
{% else %}
{% csrf_token %} {% if invalid_code_error %}

{{ invalid_code_error }}

{% endif %}

Codes are issued directly by Gobii for conferences, demos, and partner programs.

{% endif %}
{% endblock %}