{% extends "base.html" %} {% load i18n static wger_extras django_bootstrap_breadcrumbs %} {# #} {# Title #} {# #} {% block title %}{% translate "Nutrition diary" %} - {{ log_data.0.planned_calories|floatformat:0 }} {% translate "kcal" %}{% endblock %} {# #} {# Breadcrumbs #} {# #} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Nutrition plans" "nutrition:plan:overview" %} {% breadcrumb plan plan.get_absolute_url %} {% breadcrumb "Nutrition diary" "nutrition:log:overview" plan.pk %} {% endblock %} {# #} {# Content #} {# #} {% block content %}
{% translate "Date" %} | {% translate "Logged" %} | {% translate "Difference" %} | |
---|---|---|---|
{{ entry.date|date }} | {{ entry.logged_calories|floatformat:0 }} {% translate "kcal" %} | {{ entry.difference|floatformat:0 }} | |
{% translate "nothing found" %} |