• About
  • Analysis Catalogue
  • Scan Requests
  • {% if current_user and not current_user.is_anonymous %}
  •   {{ current_user.name() }}
  •  Logout
  • {% else %}
  •  Login
  • {% endif %}