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

{{ cell.title }}

{% if form.fields %}
{{ form.as_p }}
{% 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 %}