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

You are not logged in as a Doctor

Log In {% endif %}