{% extends "layout.html" %} {% set title = "Downloads - OD-Database" %} {% set current_page = "dl" %} {% block body %}
Downloads

Please let me know if you used the database in a project!

The entire database is exported to CSV regularly

{% if export_file_stats %} {% endif %}
Description Size Date
out.csv.xz {{ export_file_stats.st_size |filesizeformat }} {{ export_file_stats.st_mtime|datetime_format }} UTC
{% endblock body %}