Pipeline
{% if status=='running' %} started 0s ago, {% elif status=='finished' %} took {{ duration |humanizetime }} to complete, {% else %} not yet started, {% endif %} {{ ncount }}good rows, {{ ecount }} exceptions

{% for stage in stages %}
Stage {{ stage.number }}: ({{ stage.ncount }} normal / {{ stage.ecount }} exceptional)
{% for op in stage.operators %}
{% if not loop.last %}
{% endif %} {% endfor %} {% endfor %}