{{ 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 %}
{% trans "Recipe Image" %} {% if recipe.image %} {% else %} image {% endif %} {% if recipe.image %} rotate_left rotate_right {% endif %} {{ form.image }} {{ form.image.label }} publish {% if form.image.errors %}{{ form.image.errors|striptags }}{% endif %}