{% extends "exp/base.html" %} {% load i18n %} {% load account socialaccount %} {% load bootstrap3 %} {% block title %}Dashboard{% endblock %} {% block header %} {% include 'exp/_navigation.html' %} {% endblock %} {% block content %}
{% bootstrap_messages %}

{% trans "Dashboard" %}

You've successfully signed into Experimenter!

Your request to join Experimenter has been submitted. You will receive a notification by email when this is completed.

{% endblock %}