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

{% trans "Preview" %}

{% trans 'Preview' %}

{% icon name='warning' %}{% 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 %}