{% extends 'babybuddy/page.html' %} {% load bootstrap duration widget_tweaks %} {% block title %}Sleep{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Sleep

{% include 'babybuddy/filter.html' %}
{% for sleep in object_list %} {% empty %} {% endfor %}
Child Duration Start End Nap Actions
{{ sleep.child }} {{ sleep.duration|duration_string }} {{ sleep.start|date:'n/j/y G:i' }} {{ sleep.end|date:'n/j/y G:i' }} {{ sleep.nap|bool_icon }}
{% if perms.core.change_sleep %} {% endif %} {% if perms.core.delete_sleep %} {% endif %}
No sleep entries found.
{% include 'babybuddy/paginator.html' %} {% if perms.core.add_sleep %} Add a Sleep Entry {% endif %} {% endblock %}