{% extends "base.html" %} {% load web_tool_utils %} {% block title %} MIRRI Validation tool {% endblock title %} {% block navigator%} MIRRI Validation tool{% endblock navigator%} {% block page_title %} MIRRI v20230324 specifications validator {% endblock page_title %} {% block content %}
{% if not validation_done%}

Please refer to this instructions to compile your excel file:

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


{% endif%} {% if not validation_done %}
{% csrf_token %}
  • {{ form.file.errors }}{{ form.file }}
  • {{ form.file.errors }}{{ form.do_upload }}
{% endif%} {% if validation_done %} {% if valid %}

Congratulations, Your file {{fname}} complies the mirri specs

{% if uploaded %}

Your file has been uploaded to MIRRI Storage Correctly. Once an Admin notices it, data will be uploaded into MIRRI-IS

{% endif %} {% else %}

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_v20230324.pdf and Specifications_v20230324.pdf.

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

You can download the report Here


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 %} {% if total_errors > error_limited_to %}

You have more than {{error_limited_to}} errors. They have been hidden.

{% endif %} {% endif %} {% endif %}
{% endblock content %}