{% for doc in documents %} {% if doc.document.url %} {{ doc.get_document_type_display }} {% else %} {{ doc.get_document_type_display }} {% endif %} {{ doc.notes|default:"-" }} {{ doc.document.name|default:"-" }} {% if doc.document.url %} View {% else %} No File {% endif %} {% empty %} No documents found. {% endfor %}