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