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