{% extends "base.html" %} {% load i18n static wger_extras %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% with username=owner_user.username %} {% endwith %} {% endblock %} {# #} {# Title #} {# #} {% block title %}{% translate "Calendar" %}{% endblock %} {# #} {# Header #} {# #} {% block header %} {% endblock %} {# #} {# Content #} {# #} {% block content %} {{calendar|safe}} {% for date, value in logs.items %}
{% blocktranslate %}The coloured days in the calendar have weight logs, you can click on them to see the details.{% endblocktranslate %}
{{ impressions.0.1 }}
{{ impressions.1.1 }}
{{ impressions.2.1 }}
{% translate "Go to current month" %}
{% regroup month_list by year as year_list %}