- Home
{% if user.is_authenticated %}
- Logout
- Authenticated as:
{% if user.first_name %}
{{ user.get_full_name }}
{% else %}
{{ user.username }}
{% endif %}
{% else %}
- Login
{% endif %}
{% if 'lvem_view' in request.path %}
IMPORTANT: You are viewing this page as a member of the LV-EM Observers group.
At the end of your session, please remove the 'lvem_view/' string from the URL to
return to the regular GraceDB site. This will ensure that your group memberships
are correct the next time you log in.
{% endif %}