Add fields to dataset table report

This commit is contained in:
2023-06-07 16:59:30 +02:00
parent 61d76a8651
commit 13af6b83d4
11 changed files with 120 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
{% from "macros.html" import excel_button %}
{% extends "base.html" %}
{% extends "report_tables.html" %}
{% block content %}
{{ excel_button(["datasets"]) }}
{% include "_table_datasets.html" %}