{% load static %} {% if not display_date_only %} {{ datepicker|json_script:"datepicker_data" }} {% endif %}
{% if display_date_only %}
{{ day|date:"l" }}, {{ day }}
{% else %}
{% endif %}