{% extends 'babybuddy/page.html' %} {% load bootstrap datetime duration i18n widget_tweaks %} {% block title %}{% trans "Timers" %}{% endblock %} {% block breadcrumbs %}
{% trans "Start" %} | {% trans "Name" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "User" %} | |||
---|---|---|---|---|---|---|
{{ timer.start|datetime_short }} | {{ timer }} | {% if not unique_child %}{% if timer.child %} {{ timer.child }} {% endif %} | {% endif %}{{ timer.user_username }} | |||
{% trans "No timer entries found." %} |