2 <div id="side-gallery">
3 <!-- gallery toolbar -->
5 <button class="start-page">
6 <img src="{{STATIC_URL}}icons/revert.png"
7 alt="{% trans "Go to first image of this part" %}" title="{% trans "Go to first image of this part" %}"/>
9 <button class="previous-page">
10 <img src="{{STATIC_URL}}icons/go-previous.png"
11 alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
13 <input type="text" size="3" maxlength="3" value="0" class="page-number" />
14 <span id="imagesCount" id="">/0</span>
15 <button class="next-page">
16 <img src="{{STATIC_URL}}icons/go-next.png"
17 alt="{% trans "Next" %}" title="{% trans "Next" %}"/>
19 <button class="zoom-in">{% trans "Zoom in" %}</button>
20 <button class="zoom-out">{% trans "Zoom out" %}</button>
21 <div class="toolbar-end">
24 <div class="error_message">
26 <div class="gallery-image">
27 <img src="{{MEDIA_URL}}images/empty.png" />