{% extends BASE_TEMPLATE %} {% load i18n %} {% load url from future %} {% block content %}

{{ cynosure.name }}

{% trans "Utilized in recipes" %}:

{% for ingredient_recipe in object_list %} {% with ingredient_recipe.recipe as one %} {{ one.title }} {% endwith %} {% endfor %} {% if is_paginated %} {% endif %} {% endblock %}