{% extends "ereuse_devicehub/base.html" %} {% block page_title %}Login{% endblock %} {% block body %}
{% if is_valid %}
User is valid
Your new user is activate.
Now you can do Login and entry.
{% else %}
User is Invalid
Invalid
Sorry, your token not exist or is expired.
{% endif %}
Designed by BootstrapMade
{% endblock body %}