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

{{ title|force_escape }}

{% endif %} {% include "combo/asset_picture_fragment.html" %} {% endblock %} {% if card_objects %} {% include "combo/pagination.html" %} {% else %}

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

{% endif %} {% endblock %}