{% extends 'core/item/item.html' %} {% block item_title_col %} d-none {% endblock %} {% block item_row_content %}
{% include 'core/element/attribute_element.html' with attribute_title='Recipe Name' attribute_value='Chocolate Cake' %}
{% include 'core/element/attribute_element.html' with attribute_title='Preparation Time' attribute_value='45 minutes' %}
{% include 'core/element/attribute_element.html' with attribute_title='Cooking Time' attribute_value='30 minutes' %}
{% include 'core/element/attribute_element.html' with attribute_title='Servings' attribute_value='8' %}
{% endblock %} {% block item_button %} {% include 'core/dropdown/ellipsis_dropdown.html' with view_url='#' edit_url='#' delete_url='#' %} {% endblock %}