Upload
Import multiple patients at once from a
specifically formatted
CSV table. See also below for an explanation of the expected columns.
{% if form.errors %}
{{ form.non_field_errors }}
{% endif %}
{% if error %}
{{ error }}
{% endif %}
{% if not upload_success %}
{% else %}
{{ num_new }} patients have been added and {{ num_skipped }} were skipped.
{% endif %}