{# home.html #} {% extends "base.html" %} {% block content %}

Main menu

{% if safety_catch_on and user.is_superuser %}
Safety catch on: routing e-mails to {{ developer_email }}
{% endif %}

Research database

Contacting patients

{% if is_clinician %}

Privileged operations for clinicians

{% endif %} {% 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 %}