{% extends "ereuse_devicehub/base.html" %} {% block page_title %}Login{% endblock %} {% block body %}
{% if is_valid %}
User is valid
You have successfully activated your account!
Sign in.
{% else %}
User is Invalid
Invalid
Sorry, your token not exist or is expired.
{% endif %}
{% endblock body %}