{% extends 'django_spire/item/item.html' %} {% block item_title_col %}2{% endblock %} {% 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='Responsive' %} {% include 'django_spire/theme/example/icon/example_responsive_icon.html' %}
{% include 'django_spire/element/attribute_element.html' with attribute_title='Confirm' %} {% include 'django_spire/theme/example/icon/example_confirm_icon.html' %}
{% 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 %}