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" %}"/>
10 </button><input type="text" size="3" maxlength="3" value="1" class="page-number" />
11 <button class="next-page">
12 <img src="{{STATIC_URL}}icons/go-next.png"
13 alt="{% trans "Next" %}" title="{% trans "Next" %}"/>
15 <button class="zoom-in">{% trans "Zoom in" %}</button>
16 <button class="zoom-out">{% trans "Zoom out" %}</button>
17 <div class="toolbar-end">
20 <div class="error_message">
22 <div class="gallery-image">
23 <img src="{{MEDIA_URL}}images/empty.png" />