{% extends "modern/base.html" %} {% block title %}File Tools - BLOOM LIMS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% include 'modern/partials/dewey_register_file.html' %}

{% include 'modern/partials/dewey_download_file.html' %}

{% include 'modern/partials/dewey_file_search.html' %}

{% include 'modern/partials/dewey_create_file_set.html' %}

{% include 'modern/partials/dewey_search_file_sets.html' %}
{% endblock %}