{% if error_occurred %}
An error occurred while sending files to Flow. Check the log for more details.
Error: {{ error }}
{% else %}
{% if files_found > 1 %}
The samples are now available in Partek Flow for further analysis.
The samples have been added to the {{ project }} project.
{% elif files_found == 1 %}
The sample is now available in Partek Flow for further analysis.
The sample has been added to the {{ project }} project.
{% endif %}
{% endif %}