{{ customer.vehicle_description or 'Unknown Vehicle' }} • {{ customer.reg or 'No Reg' }}
True Equity
{% if customer.true_equity is not none %} £{{ "{:,.0f}".format(customer.true_equity) }} {% else %} — {% endif %}
{% if customer.equity_trend %}Current Payment
{% if customer.current_payment is not none %} £{{ "{:,.0f}".format(customer.current_payment) }}/mo {% else %} — {% endif %}
TCO Payment
{% if customer.tco_payment is not none %} £{{ "{:,.0f}".format(customer.tco_payment) }}/mo {% else %} — {% endif %}
Mileage
{% if customer.current_mileage is not none %} {{ "{:,.0f}".format(customer.current_mileage) }} {% else %} — {% endif %}
Appointments
{% if customer.advisor %} Advisor: {{ customer.advisor }} {% endif %}{{ customer.next_appointment.date }} at {{ customer.next_appointment.time }}
{{ customer.next_appointment.type or 'Visit' }} • {{ customer.next_appointment.status or 'Booked' }}
No upcoming appointment
{% endif %} {% if customer.past_appointments and customer.past_appointments|length > 0 %}