{% extends "base.html" %} {% block title %}Claim prüfen{% endblock %} {% block content %}
❓ {{ claim.question }}
{% endif %}{{ claim.text }}
⚠ Keine Quellenverweise angegeben
{% endif %} {% if claim.validated_by %}{{ v.name }}{% if v.institution %} · {{ v.institution }}{% endif %}
{% endfor %}⚠ Mögliche Konflikte mit bestehenden Claims
{% for c in conflicts %}Ähnlichkeit {{ "%.0f"|format(c.similarity * 100) }}%: {{ c.text[:80] }}…
{% endfor %}