{% include 'django_spire/element/attribute_element.html' with attribute_type='Name' attribute_value=file.name attribute_href=file.file.url target='_blank' %}
{% include 'django_spire/element/attribute_element.html' with attribute_type='Size' attribute_value=file.size %}
{% include 'django_spire/element/attribute_element.html' with attribute_type='Type' attribute_value=file.type %}