{% extends "base.html" %} {% load static i18n socialaccount pulse_auth %} {% block head %} {% endblock %} {% block head_title %}{% trans "Sign in to Pulse" %}{% endblock %} {% block main_title %} {% signin_before_connect as show_social_connection_text %} {% if show_social_connection_text %} {% trans "An account with this email exists" %} {% endif %} {% endblock %} {% block content %} {% signin_before_connect as show_social_connection_text %} {% if show_social_connection_text %} {% get_login_attempt_provider_name as provider_name %}
{% blocktrans %}Looks like there already is a Pulse account with the same email address that is used by your {{ provider_name }} account.{% endblocktrans %}
{% blocktrans %}Before linking your {{ provider_name }} account to Pulse, please sign in to your existing Pulse account below.{% endblocktrans %}
{% else %}{% trans "Hey there! Sign in to start posting content on Pulse" %}
{% endif %} {% get_login_attempt_provider_name as provider_name %} {% include "socialaccount/snippets/social-buttons.html" with process="login" exclude=provider_name %} {% endblock %} {% block bottom_panel_content %}{% blocktrans %}By creating/having an account, you agree to Mozilla's Terms of Service and Privacy Notice{% endblocktrans %}
{% endblock %} {% block footer %}{% endblock %}