{% extends "account/base.html" %} {% set title = _('Sign In') %} {% set classes = 'login' %} {% block content %}

{{ _("Please sign in") }}

{% trans %} In order to contribute, you need to sign in to MDN. You can sign in using any of the services below. A MDN profile will be created for you if you don't already have one. {% endtrans %}

{% if socialaccount.providers %} {% with process="login" %} {% include "socialaccount/snippets/provider_list.html" %} {% endwith %} {% endif %} {# hidden form to measure bot submissions from this page #}
{% endblock %}