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

{% trans "Timers" %} {% if perms.core.add_timer %} {% trans "Start Timer" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for timer in object_list %} {% if not unique_child %} {% endif %} {% empty %} {% endfor %}
{% trans "Start" %} {% trans "Name" %}{% trans "Child" %}{% trans "User" %}
{{ timer.start|datetime_short }} {{ timer }} {% if timer.child %} {{ timer.child }} {% endif %} {{ timer.user_username }}
{% trans "No timer entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}