{% load i18n gadjo %} {% block cell-content %} {% block cell-header %} {% if title %}

{{ title|force_escape }}

{% endif %} {% include "combo/asset_picture_fragment.html" %} {% endblock %} {% if card_objects %} {% if cell.filters %}
{{ filters_form|with_template }}
{% endif %} {% with cell.get_custom_schema as custom_schema %} {% include "combo/pagination.html" %} {% endwith %} {% else %}

{% trans "There are no cards." %}

{% endif %} {% endblock %}