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

Born {{ object.birth_date }}
Age {{ object.birth_date|timesince }}

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

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

{% endblock %}