{% load i18n %}
| {% trans "Created" %} | {% if total_created %} {{ total_created }} {% else %} {{ ''|placeholder }} {% endif %} |
|---|---|
| {% trans "Updated" %} | {% if total_updated %} {{ total_updated }} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Deleted" %} | {% if total_deleted %} {{ total_deleted }} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Skipped" %} | {% if total_skipped %} {{ total_skipped }} {% else %} {{ ''|placeholder }} {% endif %} |