{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block main %}

Summary

This page is a summary of the content in the Biolookup.

{% for prefix, name, homepage, example, link, names, alts, defs, species in summary_df.values %} {% endfor %}
Prefix Name Example Names Alts Definitions Species
{{ prefix }} {% if homepage %} {{ name }} {% else %} {{ name }} {% endif %} {% if example %} {{ example }} {% endif %} {{ "{:,}".format(names)}} {{ "{:,}".format(alts) }} {{ "{:,}".format(defs) }} {{ "{:,}".format(species) }}
{% endblock %}