{% macro recipe_item(id, title, is_current) %}
  • {% if title == "" %} {{ context.tr.t(Sentence::UntitledRecipe) }} {% else %} {{ title }} {% endif %}
  • {% endmacro %}
    {% if !recipes.unpublished.is_empty() %} {{ context.tr.t(Sentence::UnpublishedRecipes) }} {% endif %} {% if !recipes.unpublished.is_empty() %}
    {% endif %}