{% extends 'base.html' %} {% load crispy_forms_tags %} {% block javascript %} {% endblock %} {% block main %}
{% csrf_token %} {{ form.claim_id }}

Claim Labelling Task (WF2)

Claim {% if edit and skipped %} (Skipped: {{skip_reason}}) {% endif %}

{% if edit %}
{% else %}

{{claim.claim_content}}

{% endif %}
{% if not disable_elements %} {% endif %}
{% if not disable_elements %} {% endif %} {% if edit %} {% endif %}

Wikipedia article for {{claim.page.title}}

{% for sentence in sentences %}
{{ sentence.sentence_content }}
{% endfor %}
{% if not disable_elements %}

Dictionary

Add a custom page from Wikipedia if essential information is missing from the dictionary. E.g. the claim mentions an entity that does not appear in the Wikipedia page for {{claim.page.title}}

If you need to combine multiple sentences from the original page ({{claim.page.title}}), this will add it to the dictionary so that it can form part of the supporting evidence.

{% endif %}

Quick Links

{% endblock %}