{% extends 'babybuddy/page.html' %} {% load bootstrap duration i18n widget_tweaks %} {% block title %}{% trans "Sleep" %}{% endblock %} {% block breadcrumbs %}
{% trans "Child" %} | {% trans "Duration" %} | {% trans "Start" %} | {% trans "End" %} | {% trans "Nap" %} | {% trans "Actions" %} |
---|---|---|---|---|---|
{{ sleep.child }} | {{ sleep.duration|duration_string }} | {{ sleep.start }} | {{ sleep.end }} | {{ sleep.nap|bool_icon }} | |
{{ sleep.notes }} | |||||
{% trans "No sleep entries found." %} |