{% extends "base.html" %} {% block content %}
| Serial Number | Description | Created | Status | Actions |
|---|---|---|---|---|
| {{ probe.serial_number }} | {{ probe.description }} | {{ probe.created_at.strftime('%Y-%m-%d') }} | {% if probe.retired_at %} Retired {% else %} Active {% endif %} | View |