Files
beflask/app/results/templates/datasets.html
2023-06-06 17:25:47 +02:00

395 B

{% from "macros.html" import excel_button %} {% extends "base.html" %} {% block content %} {{ excel_button(["datasets"]) }} {% include "_table_datasets.html" %} {% endblock %} {% block jscript %} {{ super() }} <script src="{{ url_for('static', filename="js/report.js") }}"></script> <script src="{{ url_for('static', filename="js/excelFiles.js") }}"></script> {% endblock %}