Stats
| Type | Description | Count | Size | Last modified |
|---|---|---|---|---|
| {{ statistics.name }} | {% if statistics.description %}{{ statistics.description }}{% else %}—{% endif %} | {{ "{:,.0f}".format(statistics.total) }} | {{ statistics.disk_size }} | {% if statistics.last_modified %} {% else %} — {% endif %} |
Progress
| Stage | Description | Processed | Unprocessed | Progress |
|---|---|---|---|---|
| {{ progress.name }} | {% if progress.description %}{{ progress.description }}{% else %}—{% endif %} | {{ "{:,.0f}".format(progress.current) }} | {{ "{:,.0f}".format(progress.total - progress.current) }} | {{ "{:.0f}".format(progress.current / progress.total * 100) }}% |