{% load i18n %} {% now "Y" as today_year %} {% now "m" as today_month %} {% now "j" as today_day %} {% now "Ymj" as today %} {% trans 'Day' %} {% trans 'Week' %} {% trans 'Month' %} {% if not no_today %} {% trans 'Today' %} {% endif %}