{% extends "pageBase.html" %} {% block title %} Wordy - birka {{tag.name}} {% endblock %} {% block contents %} {% include "tag_filterbar.html" %} {% if user.is_staff %}
{% endif %} {% if user.is_staff %}

Izvēle:

{% include "selection_actions.html" %}

Birkas:

{% include "tag_actions.html" %}

Citas darbības



{% endif %}

Birka {{ tag.name }}

{% with list.data|length as listLength %} {% ifequal listLength list.batchSize %} {% if list.hasPrev %} Iepriekšējie {{ list.batchSize }} {% else %} Iepriekšējie {{ list.batchSize }} {% endif %} {% if list.hasNext %} Nākamie {{ list.batchSize }} {% else %} Nākamie {{ list.batchSize }} {% endif %} {% endifequal %} {% endwith %}
{% if user.is_staff %}
{% endif %} {% endblock %}