GraceDB — Gravitational Wave Candidate Event Database
{% block nav %}
- Home
- Search
{% if user_is_internal %}
- Create
- Reports
- RSS
{% endif %}
- Latest
{# if user_is_internal #}
- Options
{# endif #}
- Documentation
{% 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 %}
{% endblock %}
{% load flash %}
{% flash %}
{{ msg }}
{% endflash %}
{% block heading %}Title{% endblock %}
{% block content %}{% endblock %}