{% extends "layout.html" %} {% block navbar_left %}{% endblock %} {% block in_head %} {% endblock %} {% block contained %}
{% if current_user and not current_user.is_authenticated %}

Please log in to view this data.


Click here to login with Google


If your email address is on the whitelist but is not connected to a Google account, please create a Google account for it.

{% else %}
{% endif %}

{% include 'index/h1.html' %}

{% include 'index/below-h1.html' %}
{% endblock %}