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