{% include 'core/element/divider_element.html' with divider_title='Details' %}
{% include 'django_glue/form/glue_field/char_field.html' with glue_model_field='recipe.name' %}
{% include 'django_glue/form/glue_field/select_field.html' with glue_model_field='recipe.course' %}
{% include 'django_glue/form/glue_field/text_field.html' with glue_model_field='recipe.description' %}
{% include 'django_glue/form/glue_field/number_field.html' with glue_model_field='recipe.prep_time' %}
{% include 'django_glue/form/glue_field/number_field.html' with glue_model_field='recipe.cook_time' %}
{% include 'django_glue/form/glue_field/number_field.html' with glue_model_field='recipe.servings' %}
{% include 'core/form/button/form_submit_button.html' %}