Usuario registrado en la plataforma

Código inválido

Comprueba los datos, no es posible obtener información de este registro

  • Voucher: {{ voucher_check . code }}
  • Nombre: {{ voucher_check . client . first_name + ' ' + voucher_check . client . last_name }}
  • Email: {{ voucher_check . client . email }}
  • Teléfono: {{ voucher_check . client . phone }}
  • Datos de Óptica

    Nombre: {{ voucher_check . client . opticals . name }}

    Ciudad: {{ voucher_check . client . opticals . town }}

    Dirección: {{ voucher_check . client . opticals . address }}

  • Fecha y Hora

    Hora: {{ formatHour(voucher_check.client.block.start_hour) }} - {{ formatHour(voucher_check.client.block.end_hour) }}

    Fecha: {{ formatDate(voucher_check.client.date_selected) }}

    Tiempo para restante para su cita:
    {{ timeRemaining(voucher_check.client.date_selected, voucher_check.client.block.start_hour) }}