{{ n.title }}
{% if not n.read %}{% endif %}{{ n.body }}
{{ n.created_at }}Aqui aparecem somente informações vinculadas ao seu cadastro.
{{ n.body }}
{{ n.created_at }}| Data | Horário | Profissional | Status | Ação |
|---|---|---|---|---|
| {{ a.date }} | {{ a.time or '—' }} | {{ a.professional_name or 'A definir' }} | {{ a.status }} | {% if a.status in ['Solicitado','Agendado'] %}{% elif a.status=='Confirmado' %}{% else %}—{% endif %} |
| Nenhum agendamento. | ||||
{{ r.text }}
{{ d.description }}
{% endif %}{% if d.url %}Abrir documento{% endif %}Cobranças, valores já pagos e saldo restante.
| Data | Serviço | Total | Pago | Saldo | Status |
|---|---|---|---|---|---|
| {{ x.date }} | {{ x.service_name or 'Atendimento' }} | R$ {{ x.total_amount }} | R$ {{ x.paid_amount }} | R$ {{ x.balance_amount }} | {{ x.status }} |
| Nenhuma cobrança disponível. | |||||