{% extends 'base.html' %} {% block title %}{{ 'Create account' if mode == 'register' else 'Sign in' }} | Eternity Project{% endblock %} {% block content %}
MEMBER ACCESS

{% if mode == 'register' %}Join the circuit.{% elif mode == 'resend' %}Verify the signal.{% else %}Resume the signal.{% endif %}

{% if mode == 'resend' %}Enter your account credentials to receive a fresh verification link.{% else %}Accounts let you publish and maintain your own engineering notes.{% endif %}

{% if mode == 'register' %}{% endif %}

{% if mode == 'register' %}Already publishing? Sign in{% elif mode == 'resend' %}Back to sign in{% else %}New to the project? Create an account
Forgot your password?
Resend verification email{% endif %}

{% endblock %}