{% extends "base.html" %} {% block title %}Bioversions{% endblock %} {% block content %}
Biological Database Latest Versions

This web application lists the latest versions for biological databases. It refreshes once per day.

{% for row in rows %} {% endfor %}
Name Version Date JSON
{{ row.name }} {% if row.homepage %} {{ row.version }} {% else %} {{ row.version }} {% endif %} {% if row.date %}{{ row.date }}{% endif %}
{% endblock %}