{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load l10n %} {% load custom_tags %} {% block title %}{% trans 'View' %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if recipe.storage %} {% trans 'in' %} {{ recipe.storage.name }}
|
{{ i.name }} |
{% 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!' %}