{% extends "base.html" %} {% load static i18n pulse_auth %} {% block head_title %}{% trans "Pulse: Verify your E-mail" %}{% endblock %} {% block main_title %}{% trans "Verify your e-mail address" %}{% endblock %} {% block content %} {% get_email_verification_sender as email_verification_sender %}

{% blocktrans %}Before you continue, we need you to verify your email address connected to your social account. Please follow the link in the email sent by {{ email_verification_sender }} to complete the verification process.{% endblocktrans %}

{% endblock %} {% block bottom_panel_content %} {% get_pulse_contact_url as contact_url %}

{% blocktrans %}Haven't received the email? Check your spam folder or contact us!{% endblocktrans %}

{% endblock %}