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

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

{% include 'dashboard/child_button_group.html' %}

{% if date_previous %} {% trans "Previous" %} {% endif %} {{ date|date }} {% if date_next %} {% trans "Next" %} {% endif %}

{% if timeline_objects %} {% else %}
No events
{% endif %}
{% endblock %}