{% extends 'spire/item/item.html' %} {% load spire_core_tags %} {% block item_title_col %} d-none{% endblock %} {% block item_title_padding %}{% endblock %} {% block item_row_content %}
{% include 'spire/element/attribute_element.html' with attribute_type='Name' attribute_value=file.name attribute_href=file.file.url target='_blank' %}
{% include 'spire/element/attribute_element.html' with attribute_type='Size' attribute_value=file.size %}
{% include 'spire/element/attribute_element.html' with attribute_type='Type' attribute_value=file.type %}
{% endblock %} {% block item_button %} {% endblock %}