{{ r.date or 'Sem data' }} · {{ r.patient_name }}
{{ r.title or 'Evolução clínica' }}
Score {{ r.score or '—' }}{% if r.visible_to_patient %}Visível ao paciente{% endif %}
{{ r.text or 'Sem descrição.' }}
{% if r.notes %}{{ r.notes }}
{% endif %}{% extends 'app_base.html' %}{% block content %}
{{ r.text or 'Sem descrição.' }}
{% if r.notes %}