{% if not cron_is_on %}

{{ strings.cronWarning }}

    {% for tip in strings.cronTips %}
  1. {{ tip }}
  2. {% endfor %}
{% endif %}
{% for post_type in data.post_types %} {% include 'report-row.twig' with {row:post_type, strings:strings, countInProgress:countInProgress} %} {% endfor %} {% for package_kind in data.package_kinds %} {% include 'report-row.twig' with {row:package_kind, strings:strings, countInProgress:countInProgress} %} {% endfor %}
{{ strings.contentType }} {{ strings.itemsCount }} {{ strings.wordCount }} {{ strings.estimatedTime }}
{{ strings.total }} {{ totals.completedItems }}/{{ totals.countItems }} {{ totals.countWords }} {% include 'estimated-time.twig' with {estimatedTime: totals.estimatedTime, strings:strings} %}