{% load assets %} {% get_asset cell=cell type='picture' as asset %} {% block cell-content %} {% if asset %}{% include "combo/asset_picture_fragment.html" %}{% endif %} {{title}} {% if description %}

{{ description }}

{% endif %} {% endblock %}