{% load i18n %} {% if cell.title %}

{{cell.title}}

{% endif %} {% if not cell.cached_json %}
{% trans "Unavailable data." %}
{% elif cell.chart_type == "table" %} {{table|safe}} {% else %}
{% endif %}