Back to Wagtail

Preview

wagtail/admin/templates/wagtailadmin/shared/side_panels/preview.html

7.4.21.2 KB
Original Source

{% load i18n l10n wagtailadmin_tags %}

{% block size_buttons %} {% for size in object.preview_sizes %} {% icon name=size.icon %} {% endfor %} {% endblock %} {% block new_tab_button %} {% icon name="link-external" %} {% endblock %} {% if auto_update_interval %} {% icon name="spinner" classname="default" %} {% trans 'Loading'%} {% else %} {% icon name="rotate" classname="button-longrunning__icon" %} {% icon name="spinner" %} {# Using sr-only for the label as there might not be enough room for the label if the panel is resized #} {% trans 'Refresh' %} {% endif %}

{% block error_banner %} {% icon name='warning' classname='default' %}

{% trans 'Preview is out of date' %}

{% trans 'Correct the validation errors to resume preview (saving will highlight errors)' %}

{% endblock %} {% block mode_select %} {% if has_multiple_modes %} {% rawformattedfield label_text=_("Preview mode") id_for_label="id_preview_mode" classname="w-preview__modes" %} {% for internal_name, display_name in object.preview_modes %} {{ display_name }} {% endfor %} {% endrawformattedfield %} {% endif %} {% endblock %}

{% block iframe %} {% endblock %}