{% load i18n %} {% trans 'Day' %} {% trans 'Day' %} {% for option in day_choices %} {{ option.1 }} {% endfor %} {% trans 'Month' %} {% trans 'Month' %} {% for option in month_choices %} {{ option.1 }} {% endfor %} {% trans 'Year' %} {% trans 'Year' %} {% for option in year_choices %} {{ option.1 }} {% endfor %}