{% extends 'base.html' %} {% load bootstrap inventory_extras %} {% block content %}
| Serial number | Created at | Blocks | {% for file_carving_session in page_obj %}|
|---|---|---|---|
| {{ file_carving_session.serial_number }} | {{ file_carving_session.created_at }} | {{ file_carving_session.block_seen }}/{{ file_carving_session.block_count }} | {% if file_carving_session.archive %} Download {% endif %} |