{% extends "base.html" %} {% load static %} {% load widget_tweaks %} {% csrf_token %} {% block content %} {% if status == '2' %}

Your email is already verified, Please view your profile here

{% elif status == '1' %}

Your activation has expired please register again

{% elif status == '0' %}

Your account has been activated. Please view your profile here

{% else %}

Activation Awaiting

The Activation Link has been sent to your email. The link expires in 24hours from the date of registration. You will be logged out automatically.

{% endif %} {% endblock %}