{% load static %} {{ document.title }}
Documents

{{ document.title }}

{% if image_url is None and not document.pages.exists %}

This document has no pages yet.

{% else %} {% include "admin/grime/_document_viewer.html" %} {% endif %}