{% macro mapping_table(converter, mappings, show_record=True, show_triple=True) %}
| Record | {% endif %} {% if show_triple %}Triple | {% endif %}Subject | Subject ID | Predicate | Object | Object ID | Justification | Confidence | Author |
|---|---|---|---|---|---|---|---|---|---|
| Record | {%- endif %} {%- if show_triple %}Triple | {%- endif %}{{ mapping.subject_name }} | {{ mapping.subject.curie }} | {{ mapping.predicate.curie }} | {{ mapping.object_name }} | {{ mapping.object.curie }} | {{ mapping.justification.identifier }} | {% if mapping.confidence %}{{ mapping.confidence | round(3) }}{% endif %} | {% if mapping.author %}{{ mapping.author.curie }}{% endif %} |