{% for row in gant_unscheduled_rows %}
{{ row.object }}
{% empty %} {% if not gant_unscheduled_page_obj or gant_unscheduled_page_obj.number == 1 %}
All visible records are scheduled.
{% endif %} {% endfor %} {% if gant_unscheduled_page_obj and gant_unscheduled_page_obj.has_next %}
Loading more…
{% endif %}