{% extends 'babybuddy/page.html' %} {% load duration i18n imagekit static %} {% block title %}{{ object }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if object.picture %} {% thumbnail '150x150' object.picture as thumb %} {% else %} {% endif %}
{{ object }}

{% trans "Born" %} {{ object.birth_date }}
{% trans "Age" %} {{ object.birth_date|child_age_string }}

{% include 'dashboard/child_button_group.html' %}
{% include 'timeline/_timeline.html' %}
{% endblock %}