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