{% 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 "Duration" %} {% trans "End" %} {% trans "Active" %} {% trans "User" %}
{{ timer.start|datetime_short }} {{ timer }} {% if timer.child %} {{ timer.child }} {% endif %} {{ timer.duration|duration_string }} {% if timer.end %} {{ timer.end|datetime_short }} {% endif %} {{ timer.active|bool_icon }} {{ timer.user_username }}
{% trans "No timer entries found." %}
{% include 'babybuddy/paginator.html' %} {% if object_list and perms.core.delete_timer %} {% trans "Delete Inactive Timers" %} {% endif %} {% endblock %}