Dataset Statistics
{% if total_size %}
Total Data Volume:
{{ total_size }}
{% endif %}
{% if total_entities %}
Total Files:
{{ total_entities }}
{% endif %}
{% if formats %}
Available Formats:
{{ formats }}
{% endif %}
{% if dataset_count and dataset_count != "0" %}
Datasets:
{{ dataset_count }}
{% endif %}
{% if computation_count and computation_count != "0" %}
Computations:
{{ computation_count }}
{% endif %}
{% if software_count and software_count != "0" %}
Software:
{{ software_count }}
{% endif %}