{% load assets %} {% get_asset cell=cell type='picture' as asset %} {% if asset.asset.url %}
{{ title }} {% if cell.link_page.description %}

{{ cell.link_page.description }}

{% endif %}
{% else %} {% block cell-content %} {% include "combo/asset_picture_fragment.html" %} {{title}} {% endblock %} {% endif %}