2 <div class="vsplitbar" title="{% trans "Click to open/close gallery" %}">
4 <div id="side-gallery">
5 <!-- gallery toolbar -->
7 <button class="previous-page">
8 <img src="{{STATIC_URL}}icons/go-previous.png"
9 alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
11 <input type="text" size="3" maxlength="3" value="0" class="page-number" />
12 <input type="text" id="imagesCount" disabled="disabled" value="0" maxlength="3" size="3">
13 <button class="next-page">
14 <img src="{{STATIC_URL}}icons/go-next.png"
15 alt="{% trans "Next" %}" title="{% trans "Next" %}"/>
17 <button class="zoom-in">{% trans "Zoom in" %}</button>
18 <button class="zoom-out">{% trans "Zoom out" %}</button>
19 <div class="toolbar-end">
22 <div class="error_message">
24 <div class="gallery-image">
25 <img src="{{MEDIA_URL}}images/empty.png" />