{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_list %} {% block content %}
{% for obj in object_list %} {% endfor %}
date weight weight ref weight exp weight pct weight min water reward water suppl. water tot water exp water excess
{{ obj.date | date:"D d M, Y" }} {{ obj.weighing_at | floatformat:1 }} {{ obj.weighing_at | yesno:'g,,' }} {{ obj.reference_weight | floatformat:1 }} g {{ obj.expected_weight | floatformat:1 }} g {{ obj.percentage_weight | floatformat:1 }}% {{ obj.min_weight | floatformat:1 }} g {{ obj.given_water_reward | floatformat:2 }} mL {{ obj.given_water_supplement | floatformat:2 }} mL {{ obj.given_water_total | floatformat:2 }} mL {{ obj.expected_water | floatformat:2 }} mL {{ obj.excess_water | floatformat:2 }} mL
{% endblock %} {% block title %} {{ title|striptags }} {% endblock %}