{% extends "base.html" %} {% import "bootstrap5/utils.html" as util %} {% block title %}SeMRA{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
{{ util.render_messages(dismissible=True, container=False) }}
{{ name }} {{ curie }}
Exact Matches
{% for exact_match, name in exact_matches.items() %} {% if has_biomappings %} {% endif %} {% endfor %}
{{ exact_match.curie }} {{ name }} SeMRA Bioregistry {% if reference.prefix == exact_match.prefix %} Handle in-prefix mapping {% else %} Mark as Incorrect {% endif %}
{% endblock %}