SHARPIE
Home
Profile
{% if user.is_authenticated %}
You are logged in as {{ user.username }}
View profile
Logout
{% else %}
You are not logged in
Login
{% endif %}
{% if user.is_staff %}
View admin page
{% endif %}
{% if session %} {{ session.experiment.name }} - {{ session.room }} {% endif %}
{% block content %} {% endblock %}