{% for explanation in explanations_batch %}
{{explanation.label}}
{% for token in explanation.explanation %}
{{token.item}}
{% endfor %}
{% endfor %}