{% for key, value in output_formatted_date_time.items %} {% endfor %}
{{ value.0 }} {% for item in value %} {% if forloop.counter0 > 0 %} {% if forloop.counter0 > 1 %}

{% endif %} {% if item is True %} ✓ {% elif item is False %} ✕ {% else %} {{ item|safe }} {% endif %} {% endif %} {% endfor %}
{% if pdf_url %}

View PDF

{% endif %}