publik-base-theme/templates/variants/nancy-en-direct/combo/wcs/forms_of_category.html

16 lines
510 B
HTML

{% extends 'combo/wcs/forms_of_category.html' %}
{% load assets i18n %}
{% block cell-header %}
{% get_asset "wcs:category:picture:"|add:cell.category_reference as asset %}
<h2 class="cell--title {% if asset %} with-asset{% endif %}"
{% if asset %} style="background-image: url({% asset_url asset crop="center" %})"{% endif %}>
<span>{{ title }}</span>
</h2>
{% if category_description %}
<div class="intro">
{{ category_description|safe }}
</div>
{% endif %}
{% endblock %}