{% extends 'base.html' %} {% load bootstrap inventory_extras %} {% block content %}

Run {{ object }}

{{ page_obj.paginator.count }} File carving session{{ page_obj.paginator.count|pluralize }}

{% if next_url or previous_url %} {% endif %} {% if page_obj %} {% for file_carving_session in page_obj %} {% endfor %}
Serial number Created at Blocks
{{ 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 %}
{% endif %} {% if next_url or previous_url %} {% endif %} {% endblock %}