{% load i18n baseurl %}
{% if item.title %}
icon {{ item.title }} {% if item.data.errors %} {% trans 'Error' %} {% endif %}
{% endif %}

{{ item.stats.summary|safe }}

{% if item.actions %} {% endif %} {% include "language/item_stats.html" %}