{% extends "base.html" %} {% block title %}Upload Patient Data - Report Generator{% endblock %} {% block content %}

Upload Patient Data and Files

{% if error %}

{{ error }}

{% endif %}

Patient Information

Upload Files

Upload NIRS muscle oxygen CSV file to generate TSI graph

{% endblock %}