Document
Edit
{% if doc_obj.title %}
{% endif %}
{% if doc_obj.status %}
{% endif %}
{% with document_users=document.shared_to.all %}
{% if document_users %}
{% endif %}
{% endwith %}
{{ doc_obj.title }}
{{ doc_obj.status }}
{{ doc_obj.created_by }}
{{ doc_obj.created_on_arrow }}
{% if doc_obj.document_file %}
Download
{% endif %}