{% load i18n %} {% block cell-content %}

{{ title }}

{% if description %}
{{ description|safe }}
{% endif %}
{% endblock %}