{% load static %} {% block title %} {% endblock %}
{% if user.is_authenticated and user.userprofile.profile_type != "Doctor" and user.userprofile.profile_type != "Patient" %} {% block content %} {% endblock %} {% else %}

You are not logged in as a Lab Technician

Log In {% endif %}