{% extends "layouts/base.html" %} {% block title %}Create Your Retoor's Cloud Account{% endblock %} {% block head %} {% endblock %} {% block content %}

Create Your Retoor's Cloud Account

Unlock flexible cloud storage tailored to your needs.

Create an Account

{% if error %}

{{ error }}

{% endif %}
{% if errors.full_name %}

{{ errors.full_name }}

{% endif %}
{% if errors.email %}

{{ errors.email }}

{% endif %}
{% if errors.password %}

{{ errors.password }}

{% endif %}
{% if errors.confirm_password %}

{{ errors.confirm_password }}

{% endif %}
{% endblock %}