{% load rules %} {% load timeline_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 t in search_results.all.items %} {% include 'timeline/_search_item.html' with event=t %} {% endfor %}
Timestamp Event User Description
{% include 'projectroles/_search_footer.html' %} {% endif %}