{{ start_date.strftime('%b %d, %Y') }} - {{ end_date.strftime('%b %d, %Y') }}
{% for date_range in [ ('last-7-days', _('Last 7 days')), ('last-30-days', _('Last 30 days')), ('this-month', _('This month')), ('last-month', _('Last month')), ('last-3-months', _('Last 3 months')), ('last-6-months', _('Last 6 months')), ('this-year', _('This year')), ('last-year', _('Last year')), ('all-time', _('All time')), ] %}
{{ date_range[1] }}
{% endfor %}