{% extends "base_registration.html" %} {% block content %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
{% load static %} BeetleboxCI Logo
{% if user.is_authenticated %}

Choose which organisations to use

{% else %}

Sign up for BeetleboxCI

{% endif %}
{% if not user.is_authenticated %}

Automate your next FPGA design process

Sign up for your free account on BeetleboxCI Early Access

Our Free Plan includes:

  • 10,000 Free Credits
  • 10GB free storage space
  • Unlimited git repositories and contributors
  • Access to powerful machines
{% endif %}
{% csrf_token %} {{ form.non_field_errors }} {% if error_response %} {% else %}
Select organisations to setup your account with:

    {% for installation in form.installations %} {{ installation }}
    {% endfor %}
{% for error in form.installations.errors %}

{{ error }}

{% endfor %}
{% endif %} {# Assumes you setup the password_reset view in your URLconf #}
{% endblock %}