<h2class="label">{% trans "Focal point (optional)" %}</h2>
<p>{% trans "To define this image's most important region, drag a box over the image below." %} {% if image.focal_point %}({% trans "Current focal point shown" %}){% endif %}</p>
{% include "wagtailadmin/shared/header.html" with title=img_str add_link="wagtailvideos:add_multiple" icon="video" add_text=add_img_str search_url="wagtailvideos:index" %}
{% include "wagtailvideos/videos/results_image.html" %}
<h3>{{ image.title|ellipsistrim:60 }}</h3>
</a>
</li>
{% endfor %}
</ul>
{% include "wagtailadmin/shared/pagination_nav.html" with items=images is_searching=is_searching query_string=query_string linkurl="wagtailimages:index" %}
{% else %}
{% if is_searching %}
<h2>{% blocktrans %}Sorry, no videos match "<em>{{ query_string }}</em>"{% endblocktrans %}</h2>
{% search_other %}
{% else %}
{% url 'wagtailimages:add_multiple' as wagtailimages_add_image_url %}
{% if current_collection %}
<p>{% blocktrans %}You've not uploaded any videos in this collection. Why not <ahref="{{ wagtailimages_add_image_url }}">add one now</a>?{% endblocktrans %}</p>
{% else %}
<p>{% blocktrans %}You've not uploaded any videos. Why not <ahref="{{ wagtailimages_add_image_url }}">add one now</a>?{% endblocktrans %}</p>
{% include "wagtailadmin/shared/field_as_li.html" with field=form.filter_method %}
<li>
<ulclass="field-row">
{% include "wagtailadmin/shared/field_as_li.html" with field=form.width li_classes="field-col col4" %}
{% include "wagtailadmin/shared/field_as_li.html" with field=form.height li_classes="field-col col4" %}
{% include "wagtailadmin/shared/field_as_li.html" with field=form.closeness li_classes="field-col col4" %}
</ul>
</li>
</ul>
</form>
<h2class="icon icon-link">{% trans "URL" %}</h2>
<textareaid="result-url"rows="1"></textarea>
<h2class="icon icon-view">{% trans "Preview" %}</h2>
<div>
<divclass="loading-mask inline-block">
<imgclass="preview"src=""alt="Preview"/>
</div>
</div>
<pid="note-size"class="help-block help-warning">{% trans "Note that images generated larger than the screen will appear smaller when previewed here, so they fit the screen." %}</p>