{{ task.input.text }}
{{ task.input.s3.url | grant_read_access }}
{% for b in task.input.Results.ConditionMissed %} {% if b.block != null %}
{% endif %} {% endfor %}
Instructions
Please review the extracted result, and make corrections where appropriate.
Missed Conditions
DESCRIPTION
ACTUAL VALUE
YOUR VALUE
CHANGE REASON
{% for r in task.input.Results.ConditionMissed %}
{{ r.message }}
{{ r.field_value }}
{% endfor %}