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