{# Note: number of render cards is limited to ensure decent performance for all cases. #}
{% if count == 0 %} No {{type}} content written. {% elif count == 1 %}
{% else %} {% with %} {% set col=12/count %} {% for id in range(count) %}
{% include 'render_card.html' %}
{% endfor %} {% endwith %} {% endif %}