{% extends "layout.html" %}
{% block navbar_left %}{% endblock %}
{% block in_head %}
{% endblock %}
{% block contained %}
{% if current_user and not current_user.is_authenticated %}
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 %}