{% load documents_tags thumbnail %} {% if object.category %} {% get_latest_documents 3 category=object.category.slug as latest_documents %} {% else %} {% get_latest_documents 3 as latest_documents %} {% endif %} {% if latest_documents %}

Latest documents


{% url 'glitter-documents:list' as documents_home %}

More documents

{% endif %}