{% extends "base.html" %} {% block content %}
{% if not object.id %}

Create Recipe

{% endif %} {% include 'recipes/partials/forms.html' %}

Ingredients

{% for ingredient in object.get_ingredients_children %} {% include 'recipes/partials/ingredient-inline.html' with object=ingredient %} {% endfor %}
{% if new_ingredient_url %}
{% endif %}
{% endblock content %}