Main menu
{% if safety_catch_on and user.is_superuser %}
Safety catch on: routing e-mails to
{{ developer_email }}
{% endif %}
Research database
- Main query functions: {% include "query_nav.html" %}
-
SQL helpers:
-
View research database structure:
Contacting patients
{% comment %}
Leaflets
{% endcomment %}
{% if user.is_superuser %}
Administrative functions for Research Database manager
{% endif %}
{% if is_developer %}
Extra functions for developers
{% endif %}
Your settings
About
{% endblock %}