COVID-IoT.
  • Home
  • {% if not user.is_authenticated %}
  • Login
  • Register
  • About Us
  • Contact Us
  • {% endif %} {% if user.is_authenticated %} {% if request.user.is_employee %}
  • Positive Users
  • Analyze CT Uploads
  • {% endif %} {% if request.user.is_customer %}
  • Upload CT Scan
  • {% endif %}
  • Logout
  • {% endif %}
  • {% include 'translate.html' %}