{% if list|length != 0 %}
{% if list|length < limit %}Showing{% else %}Show{% endif %} all {{ list | length }} {{ type }} {% for val in list %} {{ val }}
{% endfor %}
{% endif %}