{% load i18n %} {% load dashboard_extras %}
{% comment %}Keeping the sentences whole aids in accurate translations.{% endcomment %} {% if content_type == 'chart' %} {% blocktrans %}We are unable to load this chart.{% endblocktrans %} {% elif content_type == 'table' %} {% blocktrans %}We are unable to load this table.{% endblocktrans %} {% elif content_type == 'metrics' %} {% blocktrans %}We are unable to load these metrics.{% endblocktrans %} {% endif%}
{{load_error_message|safe}}