diff --git a/core/templates/core/diaperchange_list.html b/core/templates/core/diaperchange_list.html index 796981ee..2e6020e1 100644 --- a/core/templates/core/diaperchange_list.html +++ b/core/templates/core/diaperchange_list.html @@ -21,6 +21,7 @@
{% trans "Actions" %} | {% trans "Time" %} | {% if not unique_child %}{% trans "Child" %} | @@ -28,24 +29,13 @@{% trans "Contents" %} | {% trans "Color" %} | {% trans "Amount" %} | -{% trans "Actions" %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ change.time|datetime_short }} | - {% if not unique_child %} -{{ change.child }} | - {% endif %} -- {% if change.wet %}💦{% endif %} - {% if change.solid %}💩{% endif %} - | -{{ change.get_color_display }} | -{{ change.amount|default_if_none:"" }} | -+ |
{% if perms.core.change_diaperchange %}
@@ -62,6 +52,16 @@
|
+ {{ change.time|datetime_short }} | + {% if not unique_child %} +{{ change.child }} | + {% endif %} ++ {% if change.wet %}💦{% endif %} + {% if change.solid %}💩{% endif %} + | +{{ change.get_color_display }} | +{{ change.amount|default_if_none:"" }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "Actions" %} | {% trans "Date" %} | {% if not unique_child %}{% trans "Child" %} | @@ -30,26 +31,13 @@ {% comment %}Abbreviation of "Amount"{% endcomment %}{% trans "Amt." %} | {% trans "Duration" %} | -{% trans "Actions" %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ feeding.start|datetime_short }} | - {% if not unique_child %} -{{ feeding.child }} | - {% endif %} -{{ feeding.get_method_display }} | -{{ feeding.get_type_display }} | - {% if feeding.amount %} - {{ feeding.amount }} - {% endif %} - | -{{ feeding.duration|duration_string }} | -
{% if perms.core.change_feeding %}
@@ -66,6 +54,18 @@
|
+ {{ feeding.start|datetime_short }} | + {% if not unique_child %} +{{ feeding.child }} | + {% endif %} +{{ feeding.get_method_display }} | +{{ feeding.get_type_display }} | ++ {% if feeding.amount %} + {{ feeding.amount }} + {% endif %} + | +{{ feeding.duration|duration_string }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "Actions" %} | {% trans "Time" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Note" %} | -{% trans "Actions" %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ note.time|datetime_short }} | - {% if not unique_child %} -{{ note.child }} | - {% endif %} -{{ note.note }} | -+ |
{% if perms.core.change_note %}
@@ -54,6 +49,11 @@
|
+ {{ note.time|datetime_short }} | + {% if not unique_child %} +{{ note.child }} | + {% endif %} +{{ note.note }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "Actions" %} | {% trans "Start" %} | {% trans "End" %} | {% if not unique_child %} @@ -28,21 +29,13 @@ {% endif %}{% trans "Duration" %} | {% trans "Nap" %} | -{% trans "Actions" %} | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ sleep.start|datetime_short }} | -{{ sleep.end|datetime_short }} | - {% if not unique_child %} -{{ sleep.child }} | - {% endif %} -{{ sleep.duration|duration_string }} | -{{ sleep.nap|bool_icon }} | -+ |
{% if perms.core.change_sleep %}
@@ -59,6 +52,13 @@
|
+ {{ sleep.start|datetime_short }} | +{{ sleep.end|datetime_short }} | + {% if not unique_child %} +{{ sleep.child }} | + {% endif %} +{{ sleep.duration|duration_string }} | +{{ sleep.nap|bool_icon }} | ||||||||||||||||||||||||||||||||
{% trans "Actions" %} | {% trans "Time" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Temperature" %} | -{% trans "Actions" %} | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ temperature.time|datetime_short }} | - {% if not unique_child %} -{{ temperature.child }} | - {% endif %} -{{ temperature.temperature }} | -+ |
{% if perms.core.change_temperature %}
@@ -55,6 +50,11 @@
|
+ {{ temperature.time|datetime_short }} | + {% if not unique_child %} +{{ temperature.child }} | + {% endif %} +{{ temperature.temperature }} | |||||||||||||||||||||||
{% trans "Actions" %} | {% trans "Start" %} | {% trans "End" %} | {% if not unique_child %} @@ -27,20 +28,12 @@ {% endif %}{% trans "Duration" %} | {% trans "Milestone" %} | -{% trans "Actions" %} | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ tummytime.start|datetime_short }} | -{{ tummytime.end|datetime_short }} | - {% if not unique_child %} -{{ tummytime.child }} | - {% endif %} -{{ tummytime.duration|duration_string }} | -{{ tummytime.milestone }} | -+ |
{% if perms.core.change_tummytime %}
@@ -57,6 +50,13 @@
|
+ {{ tummytime.start|datetime_short }} | +{{ tummytime.end|datetime_short }} | + {% if not unique_child %} +{{ tummytime.child }} | + {% endif %} +{{ tummytime.duration|duration_string }} | +{{ tummytime.milestone }} | |
{% trans "Actions" %} | {% trans "Date" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Weight" %} | -{% trans "Actions" %} | |||
---|---|---|---|---|---|---|---|
{{ weight.date }} | - {% if not unique_child %} -{{ weight.child }} | - {% endif %} -{{ weight.weight }} | -+ |
{% if perms.core.change_weight %}
@@ -55,6 +50,11 @@
|
+ {{ weight.date }} | + {% if not unique_child %} +{{ weight.child }} | + {% endif %} +{{ weight.weight }} |