- Home
- Search
{% if user_is_internal %}
- Create
- Reports
- RSS
{% endif %}
- Latest
{# if user_is_internal #}
- Options
{# endif #}
- Documentation
{% if user %}
{% if user.is_staff %}
- Admin docs
{% endif %}
{% endif %}
{% if user %}
{% if user.first_name %}
- Authenticated as: {{ user.first_name }} {{user.last_name }}
{% else %}
- Authenticated as: {{ user.username }}
{% endif %}
{% else %}
- Login
{% endif %}
{% if config_name %}
{{config_name}}
{% 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 %}