је тачно
почиње са
завршава се са
садржи
{% if input %}
{% else %}
{% endif %}
Претражи и изразе
{% if not pretraga and input%}
{% endif %}
{% if input %}
==== Резултат претраге ==
{% if pretraga %} {% for x in pretraga %}
{{ x.headline }}
{% endfor %} {%else%} Нема резултата {% endif %}
{% endif %} {% if for_redact %}
==== За редакцију ======
{% for x in for_redact %}
{{ x.headline }}
{% endfor %}
{% endif %} {% if cont_edit %}
==== Настави унос =======
{% for x in cont_edit %}
{{ x.headline }}
{% endfor %}
{% endif %} {% if recommended %}
==== Препоручено =======
{% for x in recommended %}
{{ x.headline }}
{% endfor %}
{% endif %} {% if entries %}
========================
{% for x in entries %}
{{ x.headline }}
{% endfor %}
{% endif %}