2 <div id="side-gallery">
3 <!-- gallery toolbar -->
5 <button class="previous-page">
6 <img src="{{STATIC_URL}}icons/go-previous.png"
7 alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
9 <input type="text" size="3" maxlength="3" value="0" class="page-number" />
10 <span id="imagesCount" id="">/1</span>
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" />