{% extends "_base.html" %} {% block header_javascripts %} {% endblock %} {% block content %}
Number of texts: | {{ number_of_remaining_texts }} texts | |
Number of constraints: |
{{ number_of_constraints }} constraints
{% if status.state_details.step == "ANNOTATION" %}
and {{ number_of_constraints_to_annotate }} need your annotation. {% endif %} |
{% if status.state_details.step == "ANNOTATION" %} {% set approbation_disabled = (status.state in ["ANNOTATION_WITH_UPTODATE_MODELIZATION"]) %} {% endif %} |
Modelization state: | {% if (status.state_details.modelization_status == "TODO") %} | Modelization is empty. Please run modelization update. {% elif (status.state_details.modelization_status == "UPTODATE") %} Modelization is up to date. Any modification will lead to an outdated modelization. You can approve your work if all annotations are done. {% elif (status.state_details.modelization_status == "OUTDATED") %} Modelization is outdated{% if status.state_details.conflict_status == "TRUE" %} with some conflits{% endif %}. Please run modelization update after your modifications to check project consistency and constraints conflicts. {% elif (status.state_details.modelization_status in ["PENDING", "WORKING"]) %} Modelization update is in progress. Page will reload in a few moments. {% else %} An unexpected modelization error occurred. Please check your project. {% endif %}
|
Text 1 | Constraint | Text 2 |
Sampling iteration |
Last update |
To annotate |
To review |
To fix |
Go to |
---|---|---|---|---|---|---|---|---|
« {{ texts[constraint.data.id_1].text_preprocessed }} » | « {{ texts[constraint.data.id_2].text_preprocessed }} » | {{ constraint.iteration_of_sampling }} |
{% if constraint.date_of_update is none %}
Never
{% else %}
{{ constraint.date_of_update|timestamp_to_date }}, at {{ constraint.date_of_update|timestamp_to_hour }}. {% endif %} |
{% if constraint.to_annotate == true %} | {% endif %}{% if constraint.comment != "" %} | {% endif %}{% if constraint.to_fix_conflict == true %} | {% elif constraint.constraint_type is not none %} {% else %} {% endif %}