{% load assets i18n %} {% if card_objects|length %} {% if title %}

{{ title|force_escape }}

{% endif %}
{% for card in card_objects %} {% include "includes/service-tile.html" with card=card %} {% endfor %}
{% endif %}