{% 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 %}

{{ title|force_escape }}

{% endif %} {% include "combo/asset_picture_fragment.html" %}

{% trans 'Unknown Card' %}

{% endif %}
{% endif %} {% endblock %}