{% load i18n %} {% if not instance.table_exists %}

{% blocktrans with table=instance.table %}Table {{ table }} does not exist!{% endblocktrans %}

{% elif not instance.columns_exist %}

{% blocktrans %}Some column does not exist!{% endblocktrans %}

{% else %} {% include "cms_qe/table/table_head.html" %} {% include "cms_qe/table/table_body.html" %}
{% include "cms_qe/table/paging.html" %} {% endif %}