{% extends 'base.html' %} {% load base_extras inventory_extras ui_extras %} {% block content %}
| Serial number | Created at | Blocks | {% for file_carving_session in page_obj %} |
|---|---|---|---|
| {{ file_carving_session.serial_number|privacywrapper }} | {{ file_carving_session.created_at }} | {{ file_carving_session.block_seen }}/{{ file_carving_session.block_count }} | {% if file_carving_session.archive %} {% url 'osquery:download_file_carving_session_archive' file_carving_session.pk as url %} {% button 'DOWNLOAD' url "Download Session Archive" %} {% endif %} |