{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load i18n %} {% load l10n %} {% load custom_tags %} {% block title %}{{ recipe.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ i.note }} | ||
|
{% if i.food.recipe %} {% endif %} {{ i.food.name }} {% if i.food.recipe %} {% endif %} |
{% if i.note %}
{{ i.note }}
{% endif %}
|
{% blocktrans %}
This is an external recipe, which means you can only view it by opening the link
above.
You can convert this recipe to a fancy recipe by pressing the convert button. The
original
file
will still be accessible.
{% endblocktrans %}.
{% trans 'Convert now!' %}
{% trans 'View external recipe' %}