{% load i18n %}
-<div class="vsplitbar" title="{% trans "Click to open/close gallery" %}">
-</div>
<div id="side-gallery">
<!-- gallery toolbar -->
<div class="toolbar">
<button class="previous-page">
<img src="{{STATIC_URL}}icons/go-previous.png"
alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
- </button><input type="text" size="3" maxlength="3" value="1" class="page-number" />
+ </button>
+ <input type="text" size="3" maxlength="3" value="0" class="page-number" />
+ <span id="imagesCount" id="">/0</span>
<button class="next-page">
<img src="{{STATIC_URL}}icons/go-next.png"
alt="{% trans "Next" %}" title="{% trans "Next" %}"/>
<div class="gallery-image">
<img src="{{MEDIA_URL}}images/empty.png" />
</div>
-</div>
\ No newline at end of file
+</div>