{% load i18n %} {% load common_tags %} {% common_check_sqlite as check_sqlite %} {% if common_check_sqlite %}

{% trans 'Warning' %} {{ check_sqlite }}

{% endif %} {# appearance_app_template_nocache #} {% common_get_missing_items as missing_items %} {% if missing_items %}
{% for item in missing_items %}

{{ item.label }}

{{ item.description }} {% if item.view %}{% trans 'Click here to fix this.' %}{% endif %}

{% endfor %}
{% endif %}