{% extends 'core/item/item.html' %} {% block item_title_col %} d-none{% endblock %} {% block item_row_content %}
{% include 'django_glue/form/glue_field/char_field.html' with glue_field='ingredient.fields.id' x_model_value='ingredient.id' hidden=True prevent_submit=True %}
{% include 'django_glue/form/glue_field/char_field.html' with glue_field='ingredient.fields.name' x_model_value='ingredient.name' %}
{% include 'django_glue/form/glue_field/char_field.html' with glue_field='ingredient.fields.quantity' x_model_value='ingredient.quantity' %}
{% include 'django_glue/form/glue_field/text_field.html' with glue_field='ingredient.fields.directions' x_model_value='ingredient.directions' %}
{% endblock %} {% block item_button %} {% endblock %}