{% load i18n %} {% block cell-content %} {% if json.data %} {% if cell.title %}

{{ cell.title }}

{% endif %}
{% with first_monday=json.data.0.date|date|adjust_to_week_monday last_item=json.data|last %} {% with last_day=last_item.date|date|adjust_to_week_monday|add_days:6 %} {% now 'Y-m-d' as now %} {% spaceless %} {% endspaceless %} {% endwith %} {% endwith %}
{% endif %} {% endblock %}