{% load custom_tags %}
{% include 'sidebar/temporary-db-warning.html' %}
{% include "sidebar/database-picker.html" %}
{% include "sidebar/viewas-picker.html" %}
{% include "sidebar/granularity-picker.html" %}
{% include "sidebar/speed-slider.html" %}
{% if db_assignment.can_copy_files %}
{% if db_assignment.can_add_files %}
{% endif %}
{% if db_assignment.can_download_files %}
{% endif %}
{% if db_assignment.can_copy_files %}
{% endif %}
{% if db_assignment.can_delete_files %}
{% endif %}
{% endif %}
{% include "sidebar/upload-csv-btns.html"%}
{% include "sidebar/download-csv-btns.html"%}