| {{ record.date | fmt_date }} |
{{ record.record_type }} |
{{ record.notes or '—' }} |
{% if record.weight_kg %}{{ "%.2f"|format(record.weight_kg) }} kg{% else %}—{% endif %} |
{% if record.next_due_date %}
{% set overdue = record.next_due_date < today() %}
{{ record.next_due_date | fmt_date }}
{% else %}—{% endif %}
|
{% if user.role in ('staff', 'admin') %}
|
{% endif %}