{% extends "base.html" %} {% load static %} {% block title %}{{ plan.name }} Plan - Gobii{% endblock %} {% block head_extras %} {{ block.super }} {% endblock %} {% block content %}

Thank you for your interest in {{ plan.name }}

{{ plan.tagline }}

{{ plan.name }} plan is currently in private beta

We're working to make the {{ plan.name }} plan available. We've recorded your interest and will reach out when we begin accepting new customers for this tier.

Your request has been logged for: {{ user.email }}

What happens next?

While the {{ plan.name }} plan is being finalized, you can continue using Gobii with our free tier. We'll notify you at {{ user.email }} as soon as the {{ plan.name }} plan becomes available.

Go to Console {% if settings.GOBII_PROPRIETARY_MODE %} View Documentation {% elif %} View Documentation {% endif %}
{% endblock %}