{% extends "layout.html" %} {% block navbar_left %}{% endblock %} {% block in_head %} {% endblock %} {% block contained %}
{% if current_user and not current_user.is_authenticated %}
{% if not config['USE_WHITELIST'] %}

Please register to view this data.


Click here register with a Google account

{% else %}

Please log in to view this data.


Click here log in with a Google account


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

{% endif %}
{% else %}
{% endif %}

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

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