{% extends "cascade/admin/change_form.html" %} {% load i18n cms_tags %} {% block extrastyle %} {{ block.super }} {% if icon_font %} {% endif %} {% endblock %} {% block field_sets %} {% if icon_font or not require_icon_font %} {{ block.super }} {% else %}

{% trans "Missing Icon Font for this CMS page" %}

{% if request.META.HTTP_REFERER %}

{% blocktrans %} In the toolbar, navigate to Page > Choose Icon Font and select a font. {% endblocktrans %}

{% else %}

{% blocktrans %} Check that your browser sends an HTTP-Referer, otherwise this editor can not find out which Icon Font has been selected for the current page. {% endblocktrans %}

{% endif %}
{% endif %} {% endblock %}