{% load tz %} {% load static %} {% load url %} {# Timezone Determination #} {% url 'api:timezone' as set_timezone_url %} {{ set_timezone_url|json_script:"setTimezoneUrl" }} {# TIME_ZONE is set by {% load_tz %} #} {{ TIME_ZONE|json_script:"currentTimezone" }} {% csrf_token %}