{% extends 'email/base.html' %} {% load authentik_stages_email %} {% load i18n %} {% block content %}

{% trans 'Welcome!' %}

{% trans "We're excited to have you get started. First, you need to confirm your account. Just press the button below."%}
{% trans 'Confirm Account' %}
{% endblock %} {% block sub_content %} {% blocktrans with url=url %} If that doesn't work, copy and paste the following link in your browser: {{ url }} {% endblocktrans %} {% endblock %}