{% extends 'babybuddy/page.html' %} {% load bootstrap datetime duration i18n widget_tweaks %} {% block title %}{% trans "Sleep" %}{% endblock %} {% block breadcrumbs %}
{% trans "Actions" %} | {% trans "Start" %} | {% trans "End" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Duration" %} | {% trans "Nap" %} | {% trans "Tags" %} |
---|---|---|---|---|---|---|
{{ sleep.start|datetime_short }} | {{ sleep.end|datetime_short }} | {% if not unique_child %}{{ sleep.child }} | {% endif %}{{ 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." %} |