{% extends 'babybuddy/page.html' %} {% load babybuddy duration i18n timers %} {% get_child_count as CHILD_COUNT %} {% block title %}{{ object }}{% endblock %} {% block breadcrumbs %}
{% trans "Started" %} {{ object.start }}
{% blocktrans trimmed with user=object.user_username %} {{ timer }} created by {{ user }} {% endblocktrans %}