<%inherit file="run_base.html" /> <%block name="breadcrumbs">
  • Runs
  • ${run_id}
  • Threads
  • % for t in thread_details: % endfor
    Id Start End Num Events Num Unique Locations
    ${t.id} ${t.start_time} ${t.end_time} ${t.num_events} ${t.num_locations}