<h2class="label">{% trans "Focal point (optional)" %}</h2>
<h2class="label">{% trans "Video preview" %}</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 "wagtailvideos/videos/results_image.html" %}
{% include "wagtailvideos/videos/results_image.html" %}
<h3>{{ image.title|ellipsistrim:60 }}</h3>
<h3>{{ video.title|ellipsistrim:60 }}</h3>
</a>
</a>
</li>
</li>
{% endfor %}
{% endfor %}
</ul>
</ul>
{% include "wagtailadmin/shared/pagination_nav.html" with items=images is_searching=is_searching query_string=query_string linkurl="wagtailimages:index" %}
{% include "wagtailadmin/shared/pagination_nav.html" with items=videos is_searching=is_searching query_string=query_string linkurl="wagtailvideos:index" %}
{% else %}
{% else %}
{% if is_searching %}
{% if is_searching %}
...
@@ -34,11 +34,11 @@
...
@@ -34,11 +34,11 @@
{% search_other %}
{% search_other %}
{% else %}
{% else %}
{% url 'wagtailimages:add_multiple' as wagtailimages_add_image_url %}
{% url 'wagtailvideos:add_multiple' as wagtailvideos_add_video_url %}
{% if current_collection %}
{% 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>
<p>{% blocktrans %}You've not uploaded any videos in this collection. Why not <ahref="{{ wagtailvideos_add_video_url }}">add one now</a>?{% endblocktrans %}</p>
{% else %}
{% else %}
<p>{% blocktrans %}You've not uploaded any videos. Why not <ahref="{{ wagtailimages_add_image_url }}">add one now</a>?{% endblocktrans %}</p>
<p>{% blocktrans %}You've not uploaded any videos. Why not <ahref="{{ wagtailvideos_add_video_url }}">add one now</a>?{% endblocktrans %}</p>