{% extends "data_explorer/table_entries_base.html" %} {% block table_headers %} {% table_header "id" "Worker ID" min_width=100 %} {% table_header "status" min_width=150 %} {% table_header "owner__username" "Owner" min_width=125 %} {% table_header "nitems_completed" "Items Completed" min_width=100 %} {% table_header "computer_system" min_width=150 %} {% table_header "ncores" "Cores" min_width=75 %} {% table_header "ram" "RAM (GB)" min_width=75 %} {% table_header "updated_at" "Last Heartbeat" min_width=150 %} {% endblock %} {% block table_rows %}