{% extends 'stages/email/for_email/base.html' %} {% load passbook_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."%}

{% blocktrans with url=url %} If that doesn't work, copy and paste the following link in your browser: {{ url }} {% endblocktrans %}

{% trans "If you have any questions, just reply to this email—we're always happy to help out." %}

{% endblock %}