{% load healthbackend_filters %}
H. carbono: {% widthratio ingesta.hidratos 1 10%}g ProteĆnas: {% widthratio ingesta.proteinas 1 10%}g Grasas: {% widthratio ingesta.grasas 1 10%}g
{% for menu in menus %} {% if menu.dia == 0 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}
{% for menu in menus %} {% if menu.dia == 1 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}
{% for menu in menus %} {% if menu.dia == 2 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}
{% for menu in menus %} {% if menu.dia == 3 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}
{% for menu in menus %} {% if menu.dia == 4 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}
{% for menu in menus %} {% if menu.dia == 5 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}
{% for menu in menus %} {% if menu.dia == 6 %} {{ menu.menu.nombre|lower|capfirst }} {% endif %} {%endfor%}