{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block main %}
This page is a summary of the content in the Biolookup.
Prefix | Name | Example | Names | Alts | Definitions | Species | Synonyms | Xrefs | Relations |
---|---|---|---|---|---|---|---|---|---|
{{ prefix }} |
{% if homepage %} {{ name }} {% else %} {{ name }} {% endif %} | {% if example %} {{ example }} {% endif %} | {{ "{:,}".format(names)}} | {{ "{:,}".format(alts) }} | {{ "{:,}".format(defs) }} | {{ "{:,}".format(species) }} | {{ "{:,}".format(synonyms) }} | {{ "{:,}".format(xrefs) }} | {{ "{:,}".format(rels) }} |