{% load i18n gadjo %}
{% block cell-content %}
{% if not card_not_found %}
{% if not card_not_found_with_message %}
{% include "combo/wcs/cards-filters.html" %}
{% with cell.get_custom_schema as custom_schema %}
{% for card in card_objects %}
{% include "combo/wcs/card.html" %}
{% empty %}
{% if card_objects or filters_form.data %}
{% trans "There are no cards." %}
{% endif %}
{% endfor %}
{% include "combo/wcs/cards-pagination.html" %}
{% endwith %}
{% elif not card_objects %}
{% if title %}<{{ cell.title_level }} id="wcs-card-{{ cell.card_slug}}-{{ card.id }}">{{ title|force_escape }}{{ cell.title_level }}>{% endif %}
{% include "combo/asset_picture_fragment.html" %}