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