{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Verify payment" %}{% endblock %} {% block content %}
{% if request.user.email %} {% blocktrans with email=request.user.email %} We have sent a verification code to {{ email }}. Enter the code below to confirm the payment. {% endblocktrans %} {% else %} {% trans "Enter the verification code that was sent to your email." %} {% endif %}