{% load custom_filters %} {% if error %}
Source Text | Score | Metadata |
---|---|---|
{{ source.text }} | {{ source.score|floatformat:3 }} |
{% for key, value in source.metadata.items %}
{{ key }}: {{ value }}
{% endfor %}
|