{% if units %}
{% for unit in units %} {% endfor %}
{% else %}

No units available for this date range. {% if start_date and end_date %}
All units are either reserved, have expired calibrations, or are retired. {% endif %}

{% endif %}