{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}Children{% endblock %} {% block flash %} {% if form.non_field_errors %}
| Name | Birthday | |
|---|---|---|
| {{ child.given_name }} | {{ child.birthday }} | Update child |
No child profiles registered!
{% endif %}