{% extends 'django_spire/item/item.html' %} {% block item_title %} Item {% endblock %} {% block item_row_content %}
{% include 'django_spire/element/attribute_element.html' with attribute_title='Title' attribute_value='Value' %}
{% include 'django_spire/element/attribute_element.html' with attribute_title='Title' attribute_value='Value' %}
{% include 'django_spire/element/attribute_element.html' with attribute_title='Title' attribute_value='Value' %}
{% include 'django_spire/element/attribute_element.html' with attribute_title='Dropdown' %} {% include 'django_spire/dropdown/ellipsis_dropdown.html' with view_url='#' edit_url='#' delete_url='#' link_css='text-start' %}
{% include 'django_spire/element/attribute_element.html' with attribute_title='Modal' %} {% include 'django_spire/dropdown/ellipsis_modal_dropdown.html' with view_url='#' edit_url='#' delete_url='#' link_css='text-start' %}
{% endblock %}