{% extends "pageBase.html" %} {% block mainHeaderText %}Pārlūko vārdus{% endblock %} {% block filterBar %}{% include "tag_filterbar.html" %}{% endblock %} {% block contents %} {% block list %} {% if user.is_staff %}
{% endif %} {% if user.is_staff %}

Izvēle:

{% include "selection_actions.html" %}

Birkas:

{% include "tag_actions.html" %}

Citas darbības:


{% endif %}
{% for conceptData in list.data %} {% ifchanged conceptData.isFuzzy %} {% if conceptData.isFuzzy %}

Neapstiprinātie

{% endif %} {% endifchanged %} {% for binding in conceptData.sourceBindings %} {% with binding.word as word %} {% endwith %} {% endfor %}
{% if user.is_staff %} {% else %} - {% endif %} {{ word.word }}
{% endfor %}
{% if user.is_staff %}
{% endif %} {% endblock %} {% block listAfter %} {% endblock %} {% endblock %}