{% 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 %}