{% extends "base.html" %} {% set active = 'datasets' %} {% block content %} {% set rid = record.id | string %}
{{ rid[:8] }}…Schema: {{ record.schema_name }} · Full ID: {{ rid }}
Created: {{ record.created_at.strftime('%Y-%m-%d %H:%M UTC') }}
| Field | Value |
|---|---|
| {{ k }} | {% if v is mapping and v.sha256 is defined %} {{ v.filename }} ({{ v.size }} bytes, sha256: {{ v.sha256[:12] }}…) Download {% else %} {{ v }} {% endif %} |