{% extends 'babybuddy/page.html' %} {% load i18n %} {% block title %} {% if request.resolver_match.url_name == 'tummytime-update' %} {% trans "Update a Tummy Time Entry" %} {% else %} {% trans "Add a Tummy Time Entry" %} {% endif %} {% endblock %} {% block breadcrumbs %} {% if object %} {% else %} {% endif %} {% endblock %} {% block content %} {% if object %} {% blocktrans %}

Update {{ object }}

{% endblocktrans %} {% else %}

{% trans "Add a Tummy Time Entry" %}

{% endif %} {% include 'babybuddy/form.html' %} {% endblock %} {% block javascript %} {% endblock %}