{{input type="string" value=start name="start" class=(concat 'input' (unless startDate ' has-error')) autocomplete="off" spellcheck="false" data-test-start-input="true" }}
{{input type="string" value=end name="end" class=(concat 'input' (unless endDate ' has-error')) autocomplete="off" spellcheck="false" data-test-end-input="true" }}
{{#if error}} {{error}} {{/if}}
{{#if (and resultStart resultEnd)}}

{{date-format resultStart "MMM dd, yyyy"}} through {{date-format resultEnd "MMM dd, yyyy"}}

{{/if}} {{#if showResultsWarning}}

This data may not reflect your search exactly. This is because Vault will only show data for contiguous blocks of time during which tracking was on. Learn more here

{{/if}}