{% load web_tool_utils %}

Dear Curator of Culture Collection {{culture_collection}}:

The ExcelFile {{fname}} you’ve provided on {{file_date}} with your collection Strains Data contains errors/ inconsistencies/ missing data.
Please, see below the list of detected errors/missing data, for you to proceed with the appropriated correction/completion.
If you need help, please refer to the instructions contained in HowToCompileTheSheets_v20200601.pdf and RecommendationsToCollections_v20200601.pdf.

You can also contact the MIRRI ICT by email using: ICT Support

Check the error and fix them before submitting them again:

{% for entity, errors in all_errors.items %}

{{entity}}

{% for error in errors%} {% endfor %}
Identifier Error Message Error Code
{% if error.pk is None %} - {% else %} {{error.pk}} {% endif%} {{error.message|add_span_tag}} {{error.code}}
{% endfor %}
{% comment %}

MIRRI validator Report for {{ fname }}

Please refer to this instructions to compile your excel file:

You can also contact the MIRRI ICT by email using ICT Support


The Excel File has errors

Check the error and fix them before submitting them again:

{% for entity, errors in all_errors.items%} {{entity}} {% for error in errors%} {% endfor %}
Identifier Error Message Error Code
{% if error.pk is None %} - {% else %} {{error.pk}} {% endif %} {{error.message}} {{error.code}}
{% endfor %} {% if more_errors != 0%}

You have more errors that we have hidden

{% endif %} {% endcomment %}