{% extends "base.html" %} {% block title %}Dogfood {{ dogfood_id }} · Striatum{% endblock %} {% block main %}

Dogfood {{ dogfood_id }}

{{ files | length }} file{{ "" if files | length == 1 else "s" }} From dogfood-historical/{{ dogfood_id }}/ in blob storage.

{% if files %} {% for file in files %} {% endfor %}
Path Size Last modified
{{ file.rel_path }} {{ file.size_bytes }} {{ file.last_modified or "—" }}
{% else %}

No files indexed under this dogfood id.

{% endif %}
{% endblock %}