{% load i18n %} {% load common_tags %} {# 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 %}