{% if components is empty %}
..
{% endif %} {% for component in components %} {% set count = count + 1 %}
{{ component.full_name }}
{% endfor %}