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

{{ cell.title }}

{% if form.fields|length > 1 %}
{{ form|with_template }}
{% else %}

{% blocktrans trimmed %} No filters are available. Note that only filters that are shared between all chart cells will appear. Furthermore, in case they have a value, it must be the same accross all cells. {% endblocktrans %}

{% endif %}
{% endblock %}