{% load i18n sekizai_tags cms_tags %} {% if user.is_authenticated %}
{% include "utenti/cms_plugins/search_form.html" %}
{% else %}
{% csrf_token %}
{% include "utenti/cms_plugins/search_form.html" %}
{% addtoblock "js" %} {% endaddtoblock %} {% endif %}