COVID-IoT
    {% if user.is_authenticated %}
  • Home (current)
  • {% if request.user.is_customer %}
  • Upload CT scan
  • Check Status
  • {% endif %} {% if request.user.is_employee %}
  • Analyze CT Uploads
  • Positive Users
  • {% endif %}
  • About Us
  • Contact Us
  • {% endif %} {% if not user.is_authenticated %}
  • Register
  • Login
  • About Us
  • Contact Us
  • {% endif %}
{% if not user.is_authenticated %} {% endif %}
    {% if request.user.is_authenticated %}
  • {% else %}
  • {% endif %}