{% extends "base.html" %} {% import "bootstrap4/form.html" as wtf %} {% import "bootstrap4/utils.html" as util %} {% block title %}Biomappings Summary{% endblock %} {% block content %}
Summary text.
Source Prefix | Target Prefix | Count |
---|---|---|
{{ source_prefix }} | {{ target_prefix }} | {{ "{:,d}".format(count) }} |