{% load i18n %}
{% trans "Statistics" %}
{% trans "Created" %} {% if object.num_created %} {{ object.num_created }} {% else %} {{ ''|placeholder }} {% endif %}
{% trans "Updated" %} {% if object.num_updated %} {{ object.num_updated }} {% else %} {{ ''|placeholder }} {% endif %}
{% trans "Deleted" %} {% if object.num_deleted %} {{ object.num_deleted }} {% else %} {{ ''|placeholder }} {% endif %}