{%- extends "base.html" %} {%- block body %}
Review
Record
{{ mapping.record.curie }}
Subject
{{ mapping.subject.curie }}
Predicate
{{ mapping.predicate.curie }}
Object
{{ mapping.object.curie }}
Justification
{{ mapping.justification.curie }}
{%- if mapping.confidence %}
Confidence
{{ mapping.confidence }}
{%- endif %} {%- if mapping.authors %}
Authors
{% for author in mapping.authors %}
{{ author }}
{%- endfor %} {%- endif %}
{%- endblock %}