{% load i18n %}
{% now "Y" as today_year %}
{% now "m" as today_month %}
{% now "j" as today_day %}
{% now "Ymj" as today %}
{% if not agenda.partial_bookings %}
{% if not no_opened and agenda.kind == 'events' %}
{% trans 'Open events' %}
{% endif %}
{% trans 'Day' %}
{% trans 'Week' %}
{% trans 'Month' %}
{% endif %}
{% if not no_today %}
{% trans 'Today' %}
{% endif %}