{% extends 'babybuddy/page.html' %} {% load i18n imagekit static widget_tweaks %} {% block title %}{% trans "Children" %}{% endblock %} {% block breadcrumbs %}
{% trans "First Name" %} | {% trans "Last Name" %} | {% trans "Birth Date" %} | {% trans "Actions" %} | |
---|---|---|---|---|
{% if child.picture %}
{% include "core/child_thumbnail.html" %}
{% else %}
![]() |
{{ child.first_name }} | {{ child.last_name }} | {{ child.birth_datetime }} | |
{% trans "No children found." %} |