<div class="widget-body">
<ul>
{% for term in collection %}
<li>
<a href="{{ path(term[0].route.getRouteName()) }}"><span><i class="fas fa-angle-double-right"></i>{{ term[0].getName() }}</span><span>{{ term['contentCount'] }}</span></a>
</li>
{% endfor %}
</ul>
</div>