{% extends "base.html" %} {% load static %} {% block title %} Register {% endblock title %} {% block content %}
{% if app.app_logo %}
{{ app.app_name }} Logo
{% endif %} {% if success is None or success is False %}

Create an Account

Sign up to get started with {{ app.app_name }}. It's only takes a minute.

{% if error and error is not NONE %}

Something went wrong..

{{ error }}

{% endif %}

Already have an account? Sign In

{% if app.app_name %}{{ app.app_name }}.{% endif %} Secure session established.
{% else %} {% if success %}

Welcome Aboard!

{% if redirect %}

Please wait while we redirect you to your destination.

{% else %}

You can close this window now.

{% endif %} {% endif %} {% endif %}
{% if success and redirect %} {% endif %} {% endblock content %}