{% 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 not export_file_stats %}

No files available.

{% else %} {% for name, path, stat in export_file_stats %} {% endfor %}
Description Size Date
{{ name }} {{ stat.st_size |filesizeformat }} {{ stat.st_mtime|datetime_format }} UTC
{% endif %}
{% endblock body %}