{# Longitudinal (timeline) chimerism report, PDF layout (issue #35). Mirrors the HTML timeline (timeline.html) but suppresses the inline "how it works" disclosures and collects them into a "Methods and notes" appendix, like pdf/report.html. The trend chart is the same base64 PNG the HTML timeline embeds. Override via --template with a pdf/timeline.html. #} {% extends "base.html" %} {% import "macros.html" as m %} {% block body %}
{{ chart_note }}
{% endif %}| Timepoint | Donor % | 95% CI | Mean depth | GoF p | QC |
|---|---|---|---|---|---|
| {{ row.label }} | {{ row.donor_pct | pct_value }} | {{ ci(row.ci_lo, row.ci_hi, 2, as_pct=False) }} | {{ (row.depth | num(0)) ~ "x" if row.depth is not none else NA }} | {{ row.gof | pval }} | {{ badge(row.status) }} |