{% if status %}

State: {{ status['state'] or 'idle' }}

{% if status['source'] %}

Source: {{ status['source'] }}

{% endif %}

Rows read: {{ status['records_seen'] or 0 }}   new rows added: {{ status['records_new'] or 0 }}

{% if status['current_type'] %}

Now reading: {{ status['current_type'] }}

{% endif %} {% if status['message'] %}

{{ status['message'] }}

{% endif %} {% if status['finished_at'] %}

Finished {{ status['finished_at'] }} UTC

{% endif %} {% else %}

Nothing imported yet.

{% endif %}