{% load helpers %}
Documents
{% if circuit_documents %} {% for document in circuit_documents %} {% endfor %}
Name Size Type
{% firstof document.name document.filename %} {{ document.size|filesizeformat }} {% badge document.get_document_type_display bg_color=document.get_document_type_color %}
{% else %}
None
{% endif %}