{% extends "wagtailadmin/base.html" %} {% load wagtailimages_tags wagtailadmin_tags i18n %} {% block titletag %}{% blocktrans with title=image.title %}Editing image {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% trans "Generating URL" as title_str %} {% include "wagtailadmin/shared/header.html" with title=title_str subtitle=image.title icon="image" %}

{% trans "Preview" %}

{% trans 'Preview' %}

{% trans "Note that images generated larger than the screen will appear smaller when previewed here, so they fit the screen." %}

{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}