{% load rules %} {% load filesfolders_tags %} {# Projectroles dependency #} {% load projectroles_common_tags %} {% if search_results.all.items|length > 0 %} {% include 'projectroles/_search_header.html' with search_title=search_results.all.title result_count=search_results.all.items|length %} {% for item in search_results.all.items %} {% has_perm 'filesfolders.share_public_link' request.user item.project as can_share_link %} {% allow_public_links item.project as allow_public_links %} {% include 'filesfolders/_search_item.html' with item=item can_share_link=can_share_link %} {% endfor %}
Name Type {% get_display_name 'PROJECT' title=True %} Size Description
{% include 'projectroles/_search_footer.html' %} {% endif %}