{% extends "base.html" %} {% block title %}{% if recovery %}Recover account{% else %}Create account{% endif %} ยท tit{% endblock %} {% block content %}

{% if recovery %}Recover account{% else %}Create account{% endif %}

{% if recovery %}

Use your recovery code to replace all SSH keys. You will get a new recovery code.

{% else %}

You must have a valid signup code and an SSH public key.

{% endif %} {% if has_error %} {% endif %}
{% if recovery %} {% else %} {% endif %}
{% endblock %}