{{ form.title }} {{ form.title.label }} {% if form.title.errors %}{{ form.title.errors|striptags }}{% endif %} {{ form.tags_string }} {{ form.tags_string.label }} {% if form.tags_string.errors %}{{ form.tags_string.errors|striptags }}{% endif %} {% trans "Separate tags with commas. New tags will be created automatically." %} {{ form.uploaded_by }} {{ form.uploaded_by.label }} {% if form.uploaded_by.errors %}{{ form.uploaded_by.errors|striptags }}{% endif %} {{ form.price }} {{ form.price.label }} {% if form.price.errors %}{{ form.price.errors|striptags }}{% endif %} {{ form.max_daily_orders }} {{ form.max_daily_orders.label }} {% if form.max_daily_orders.errors %}{{ form.max_daily_orders.errors|striptags }}{% endif %} {{ form.is_highlighted }} {{ form.is_highlighted.label }} {{ form.is_approved }} {{ form.is_approved.label }}
{% trans "Recipe Image" %} {% if recipe.image %} {% else %} image {% endif %} crop_rotate {% trans "Edit" %} {{ form.image }} {{ form.image.label }} publish {% if form.image.errors %}{{ form.image.errors|striptags }}{% endif %}