{% load i18n %}{% autoescape off %} {% if validlink %}

{% trans 'Confirmation successful' %}

{% else %}

{% trans 'Confirmation unsuccessful' %}

{% endif %} {% endautoescape %}