{% extends 'babybuddy/page.html' %} {% load widget_tweaks static thumbnail %} {% block title %}Children{% endblock %} {% block breadcrumbs %}
First Name | Last Name | Birth Date | Actions | |
---|---|---|---|---|
{% if child.picture %}
{% thumbnail child.picture 40x40 upscale crop as thumb %}
![]() |
{{ child.first_name }} | {{ child.last_name }} | {{ child.birth_date }} | |
No children found. |