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

The entire database is exported to CSV every ±30min

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