mybuddy/dashboard/templates/cards/sleep_last.html

10 lines
252 B
HTML

{% extends 'cards/sleep.html' %}
{% load duration %}
{% block header %}Last Slept{% endblock %}
{% block title %}
<strong>{{ sleep.end|timesince }}</strong> ago
{% endblock %}
{% block content %}{{ sleep.duration|duration_string }}{% endblock %}