{% comment %}
Template for DateRangeWidget with numeric start and stop inputs.
{% endcomment %}
{% load i18n %}
{% spaceless %}{% for subwidget in widget.subwidgets %}{% include subwidget.template_name with widget=subwidget %}{% if forloop.first %} –{% endif %}{% endfor %}{% endspaceless %}