{% load i18n %}
{% trans 'Components last evidence' %}
{% for c in object.components %}
{{ c.type }}
{{ evidence.created }}

{% for k, v in c.items %} {% if k not in 'actions,type' %} {{ k }}: {{ v }}
{% endif %} {% endfor %}

{% endfor %}