{% load i18n %}
{% csrf_token %}

{% autoescape off %}{{ view.date_range_form.period }}{% endautoescape %}

{{ view.date_range_form.dt_start }} {{ view.date_range_form.dt_end }}

{# Animation slider html code is the same as in wms.html #} {% if view.animation_slider %}
  • {{ view.animation_slider.selected_date|date:"d/m/Y" }}
  • {% endif %}