{% extends "support.html" %} {% block head %} {% endblock %} {% block content %}
{% for dafe, location_list in datless_data.items %}
{% if datless_data|length > 1 %}
{% endif %}
{% if datless_data|length > 1 %}

{{dafe}}

{% else %}

{{dafe}}

{% endif %} {% for location, time in location_list.items %} {% if location in start_keys %}
{% endif %} {% if time == '' %}
{{location}}
{% else %}
{{location}}
{% endif %} {% if location in end_keys %}
{% endif %} {% endfor %}
{% if datless_data|length > 1 %}
{% endif %}
{% endfor %}
{% endblock %}