{% load i18n %} {% if verified %}

{% trans 'Your Account is verified successfully' %}

{% else %}

{% trans 'Something went wrong, please try to contact customer service' %}

{% endif %}