{% extends 'cards/sleep.html' %} {% load duration %} {% block header %}Today's Sleep{% endblock %} {% block title %} {% if total %} {{ total|duration_string }} {% else %} None yet today {% endif %} {% endblock %} {% block content %} {% if total %}
Average sleep duration: {{ average|duration_string }}.
{% endif %} {% endblock %} {% block footer %}{{ count }} sleep entries{% endblock %}