{% extends 'base.html' %} {% load static %} {% load project_templatetags %} {% block title %}Billing Setup{% endblock %} {% block local_css %} {% endblock %} {% block content %}
{% include "message_snippet.html" %}

Research Environments

Your Cloud Identity was successfully created.
Credentials
E-Mail: {{ email }}
One Time Password: {{ otp|default_if_none:"--" }}

You need to set up your billing account before creating your first research environment.
In order to do that:
  1. Visit the Google Cloud Platform console and follow the instructions there.
  2. Copy the created billing account's ID.
  3. Paste the ID in the form below and submit.
{% csrf_token %} {{ form }}
{% endblock %}