{% load i18n markdown_extras %}
{% trans "Instructions" %}
{% if recipe.instructions %} {{ recipe.instructions|convert_markdown|safe }} {% else %}

{% trans "No instructions yet." %}

{% endif %}