{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Account settings" %}{% endblock %} {% block content %} {% if not user.is_verified %}
{% blocktrans trimmed %} Your email address is not confirmed yet. To secure your account, please confirm your email address using a confirmation code we will send to your email address. {% endblocktrans %}