{% for project in projects|slice:":3" %} {% include "file_list_items.html" %} {% endfor %} {% if projects_length > 3 %}
Show more
{% for project in projects|slice:"3:" %} {% include "file_list_items.html" %} {% endfor %}
{% endif %}