{% load custom_tags %} {% extends "stiri/index_stiri.html" %} {% block banda %}
Taguri selectate:  {% for tag in tag_list %} {{ tag }}{% if not forloop.last %},{% endif %} {% endfor %} Rezultatele {{ start_index }}-{{ end_index }} din {{ lungime_rezultate }}{% if request.user.is_superuser %}. Cautarea a durat {{ timp_cautare }} secunde.{% else %} {% endif %} {% comment %} {% endcomment %}
{% endblock %} {% block lista_taguri %} {% if lista_clustere %} {% if taguri_propuse %}
Taguri inrudite: {% for tag in taguri_propuse %} {{ tag|escape }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% endif %} {% endblock %} {% block paginare %} {% include "stiri/paginare.html" %} {% endblock %}