{% extends "base.html" %} {% import "bootstrap4/form.html" as wtf %} {% import "bootstrap4/utils.html" as util %} {% block title %}Biomappings Summary{% endblock %} {% block content %}
This page creates a top-level summary of the current query, broken down by source and target prefixes.
Source Prefix | Target Prefix | Count | Link |
---|---|---|---|
{{ source_prefix }} | {{ target_prefix }} | {{ "{:,d}".format(count) }} | Go! |