{% load i18n %} {% load bloomerp %} {% if not gant_configured %}
{% blocktrans %}Select a start field and an end field in the display options to configure the Gantt chart.{% endblocktrans %}
{% else %}
{% blocktrans %}Records{% endblocktrans %}
{% include "components/objects/dataview_gant_rows.html" %}
{% blocktrans %}Unscheduled records{% endblocktrans %}
{% blocktrans %}Drag a record onto the timeline to schedule it.{% endblocktrans %}
{% include "components/objects/dataview_gant_unscheduled.html" %}
{% endif %}