{{ category.label }}
{{ category['items']|length }}
{% for item in category['items'] %}
{{ item.descripcion }}
{% endfor %}
{% if category.discordant %}
Ver trazabilidad
{% for item in category['items'] if item.discordante %}
{{ item.descripcion }}
{% if item.fecha %}Fecha: {{ item.fecha }}{% endif %}
{% if item.pagina %}Página: {{ item.pagina }}{% endif %}
{% if item.evidencia %}{{ item.evidencia }}
{% endif %}