{% extends "base.html" %} {% block title %}deliveryday-companion — sessions{% endblock %} {% block content %}

Start a new inspection

No internet needed once you're inside the session — every step saves locally and you can produce the PDF report on-device.

Recent sessions

{% if sessions %} {% for s in sessions %} {% endfor %}
SessionVINLocationStartedStatus
{{ s.id }} {{ s.vin or "—" }} {{ s.location or "—" }} {{ s.created_at.strftime("%Y-%m-%d %H:%M") }} UTC {% if s.signed_at %} signed {% else %} in progress {% endif %} open →
{% else %}

No sessions yet. Fill in the VIN above and start one when the car arrives.

{% endif %}

v{{ version }}

{% endblock %}