{%- extends "base.html" %} {%- import "macros.html" as macros %} {%- block body %}

Triple ID: {{ triple_id[:8] }} for {{ mappings | length }} mappings w/ aggregate confidence: {{ confidence | round(3) }}

{{ macros.mapping_table(converter, mappings, show_triple=false) }}
{%- endblock %}