{% extends 'babybuddy/base.html' %} {% load babybuddy_tags i18n static timers %} {% block nav %} Baby Buddy {% if perms.core.add_diaperchange %} {% trans "Diaper Change" %} {% endif %} {% if perms.core.add_feeding %} {% trans "Feeding" %} {% endif %} {% if perms.core.add_note %} {% trans "Note" %} {% endif %} {% if perms.core.add_sleep %} {% trans "Sleep" %} {% endif %} {% if perms.core.add_temperature %} {% trans "Temperature" %} {% endif %} {% if perms.core.add_tummytime %} {% trans "Tummy Time" %} {% endif %} {% if perms.core.add_weight %} {% trans "Weight" %} {% endif %} {% trans "Dashboard" %} {% trans "Children" %} {% if perms.core.view_child %} {% trans "Children" %} {% endif %} {% if perms.core.add_child %} {% trans "Child" %} {% endif %} {% if perms.core.view_note %} {% trans "Notes" %} {% endif %} {% if perms.core.add_note %} {% trans "Note" %} {% endif %} {% if perms.core.view_temperature %} {% trans "Temperature" %} {% endif %} {% if perms.core.add_temperature %} {% trans "Temperature reading" %} {% endif %} {% if perms.core.view_weight %} {% trans "Weight" %} {% endif %} {% if perms.core.add_weight %} {% trans "Weight entry" %} {% endif %} {% trans "Activities" %} {% if perms.core.view_diaperchange %} {% trans "Changes" %} {% endif %} {% if perms.core.add_diaperchange %} {% trans "Change" %} {% endif %} {% if perms.core.view_feeding %} {% trans "Feedings" %} {% endif %} {% if perms.core.add_diaperchange %} {% trans "Feeding" %} {% endif %} {% if perms.core.view_sleep %} {% trans "Sleep" %} {% endif %} {% if perms.core.add_sleep %} {% trans "Sleep entry" %} {% endif %} {% if perms.core.view_tummytime %} {% trans "Tummy Time" %} {% endif %} {% if perms.core.add_tummytime %} {% trans "Tummy Time entry" %} {% endif %} {% if perms.core.view_timer %} {% timer_nav %} {% endif %} {% if request.user %} {{ request.user }} {% trans "User" %} {% trans "Settings" %} {% trans "Password" %} {% trans "Logout" %} {% trans "Site" %} {% trans "API Browser" %} {% if request.user.is_staff %} {% trans "Users" %} {% trans "Backend Admin" %} {% endif %} {% trans "Support" %} {% trans "Source Code" %} {% trans "Chat / Support" %} v{% version_string %} {% endif %} {% endblock %}