What's about to land in the PDF, rendered as HTML for a sanity check.
| VIN | {{ session.vin or "(not provided)" }} |
|---|---|
| Location | {{ session.location or "(not provided)" }} |
| Started | {{ session.created_at.strftime("%Y-%m-%d %H:%M") }} UTC |
| Signed | {% if session.signed_at %}{{ session.signed_at.strftime("%Y-%m-%d %H:%M") }} UTC{% else %}(unsigned){% endif %} |
| Steps | {{ total }} total |