{% extends 'home.html' %} {% load i18n pagination django_bootstrap_breadcrumbs permission_tags static %} {% block javascript %} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb search 'users:search' %} {% endblock %} {% block content %}

Search Result:

{{qtd}} items found {% if link_list %}
{% endif%} {% if file_list %}
{% for file in file_list %}
  • {{ file.file_type.icon }} {{ file.name }}
  • {% endfor%}
    {% endif %} {% if forum_list %}
    {% for forum in forum_list %}
  • {{ forum }}
  • {% endfor %}
    {% endif %} {% if poll_list %}
    {% for poll in poll_list %}
  • {% trans 'poll' %} {{ poll.name }}
  • {% endfor %}
    {% endif %}
    {% endblock %}