{% extends "admin/base_site.html" %} {% block title %}Osiris — Recap{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
| Day | Given | Pulse |
|---|---|---|
| {{ row.date|date:"D j M" }} {% if forloop.first %}today{% endif %} | {% if row.complete %} ✅ {% else %} {{ row.taken }}/{{ row.expected }} {% endif %} | {% if row.bpm %}{{ row.bpm }}{% else %}—{% endif %} |
✅ means every active dose was ticked off that day; otherwise the count given out of expected. Tap a day to fill it in.
Record the pulse on at least two days to see the graph.
{% endif %}{{ note.body }}
No notes yet — write one on the Today page.
{% endfor %}