{% extends 'microsys/base.html' %} {% block title %}{{ MS_TRANS.verification_failed|default:'Verification failed' }}{% endblock %} {% block titlebar %}{% endblock %} {% block layout %}
{% if status == 'activated' %}

{{ MS_TRANS.account_verified|default:'Account verified' }}

{{ MS_TRANS.account_active_signed_in|default:'Your account is active and you are signed in.' }}

{{ MS_TRANS.btn_continue|default:'Continue' }} {% elif status == 'pending_approval' %}

{{ MS_TRANS.email_verified|default:'Email verified' }}

{{ MS_TRANS.account_pending_approval|default:'Your account is waiting for approval.' }}

{{ MS_TRANS.back_to_login|default:'Back to login' }} {% elif status == 'expired' %}

{{ MS_TRANS.verification_expired|default:'Verification expired' }}

{{ MS_TRANS.verification_link_expired|default:'The verification link is no longer valid.' }}

{{ MS_TRANS.register_again|default:'Register again' }} {% else %}

{{ MS_TRANS.verification_failed|default:'Verification failed' }}

{{ MS_TRANS.verification_link_invalid|default:'The verification link is invalid or has already been used.' }}

{{ MS_TRANS.btn_register_again|default:'Register' }} {% endif %}
{% endblock %}