{% extends "listing.html" %} {% load has_group %} {% load static %} {% block datacontent %}

{% if gymnast %} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %} {{ gymnast }} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %}'s {% endif %} Height/Weight

{% if request.user|has_group:"trainer" %} {% endif %}
{% if gymnast %}
{% for height_weight in height_weight_list %} {% endfor %}
Date Height Hips height Weight BMI
{{ height_weight.date | date:"j-n-Y" }} {{ height_weight.height }} {% if height_weight.hips_height == None %} - {% else %} {{ height_weight.hips_height }} {% endif %} {{ height_weight.weight }} {% if gymnast %} {% if height_weight.bmi_quality == 2 %} {% elif height_weight.bmi_quality == 1 %} {% elif height_weight.bmi_quality == 0 %} {% endif %} {% endif %} {{ height_weight.bmi | floatformat:2 }} {% if gymnast %} {% endif %}
Your browser doesn't support canvas
{% else %} {% if height_weight_list %} {% if not gymnast %} {% endif %} {% for height_weight in height_weight_list %} {% if not gymnast %} {% endif %} {% endfor %}
DateGymnastHeight Hips height Weight BMI
{{ height_weight.date | date:"j-n-Y" }} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %} {{ height_weight.gymnast }} {% if gymnast.id in request.session.available_gymnast or request.user.is_superuser %} {% endif %} {{ height_weight.height }} {% if height_weight.hips_height == None %} - {% else %} {{ height_weight.hips_height }} {% endif %} {{ height_weight.weight }} {% if gymnast %} {% if height_weight.bmi_quality == 2 %} {% elif height_weight.bmi_quality == 1 %} {% elif height_weight.bmi_quality == 0 %} {% endif %} {% endif %} {{ height_weight.bmi | floatformat:2 }} {% if gymnast %} {% endif %}
{% else %}

There are no scores corresponding to your criterias

{% endif %} {% endif %}
{% endblock %} {% block footerscript %} {% endblock %}