2 <div id="side-gallery">
3 <!-- gallery toolbar -->
4 <div class="navbar navbar-dark bg-secondary">
6 <button class="btn btn-info mr-2 start-page" alt="{% trans "Go to first image of this part" %}" title="{% trans "Go to first image of this part" %}">
9 <button class="btn btn-info mr-2 previous-page" title="{% trans "Previous" %}">
12 <input type="text" size="3" maxlength="3" value="0" class="page-number " />
13 <span class="navbar-text ml-1 mr-2" id="imagesCount">/0</span>
14 <button class="btn btn-info mr-2 next-page" title="{% trans "Next" %}">
17 <button class="btn btn-info mr-2 zoom-in">+</button>
18 <button class="btn btn-info mr-2 zoom-out">—</button>
21 <div class="error_message alert alert-danger ml-4 mr-4 mt-4">
23 <div class="gallery-image">
24 <img src="{{MEDIA_URL}}images/empty.png" alt="no image" />