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

{% trans "Sleep" %} {% if perms.core.add_sleep %} {% trans "Add Sleep" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for sleep in object_list %} {% if not unique_child %} {% endif %} {% if sleep.notes %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Start" %} {% trans "End" %}{% trans "Child" %}{% trans "Duration" %} {% trans "Nap" %} {% trans "Tags" %}
{% if perms.core.change_sleep %} {% endif %} {% if perms.core.delete_sleep %} {% endif %}
{{ sleep.start|datetime_short }} {{ sleep.end|datetime_short }}{{ sleep.child }}{{ sleep.duration|duration_string }} {{ sleep.nap|bool_icon }} {% include "core/render_tag_list.html" with tags=sleep.tags.all %}
{{ sleep.notes }}
{% trans "No sleep entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}