{% load i18n %}

{% trans "Edit Recipe:" %} {{ recipe.title }}

{% csrf_token %} {{ form.as_p }} {% trans "Cancel" %}