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