{% load bootstrap_pagination %} {% load static %} {% load thumbnail %} File Uploads
{% csrf_token %} Upload Zip or Single File: {{ form.file }}
{% if type %}{% endif %} {{ search_form.keywords }} {% if keywords %}Show All{% endif %}
{% if image_paginator %}

Choose a size

{% if first_file %} {% thumbnail first_file.image "100x100" crop="center" as thumb %} {% if thumb %} {% endif %} {% endif %}
{% endif %} {% if image_paginator %}
{% if image_paginator.num_pages > 1 %} {% bootstrap_paginate image_page url_param_name="ipage" %} {% endif %}
{% endif %} {% if file_paginator %}
{% if file_paginator.num_pages > 1 %} {% bootstrap_paginate file_page url_param_name="fpage" %} {% endif %}
{% endif %} {% if not file_paginator and not image_paginator %}Nothing here yet.{% endif %}