{% if per_page %}
{% paginate per_page documents %}
{% else%}
{% paginate 12 documents %}
{% endif %}
{% for document in documents %}
{% endfor %}
{% if document.title %}
{{ document.title }}
{% endif %}
{% if document.created_by %}
{% if document.created_by.profile_pic %}
{% thumbnail document.created_by.profile_pic "60x60" crop="center" as im %}
{% endthumbnail %}
{% else %}
{% endif %}
{% else %}
{% endif %}


Created On: {{document.created_on_arrow}}
Status: {{document.status}}
No Documents Found
{% endifequal %}
{% show_pages %}