peer_review
{{ c.domain_id }} · eingereicht {{ c.created_at[:10] }}
{% if c.validated_by | length > 0 %}
{{ c.validated_by | length }} Validierung(en)
{% endif %}
{% if c.question %}
❓ {{ c.question }}
{% endif %}
{{ c.text }}
Konfidenz: {{ c.confidence_score }}
{{ c.hash_sha256[:24] }}…
{% if c.source_references %}
{% for url in c.source_references %}
{{ url }}
{% endfor %}
{% endif %}