<span class="section_name">
    <a class="button_back" href="javascript:history.back();"> </a>{{i18n "mobile.recipes.ingredients"}}
</span>
<span class="section_name recipe">{{categoryDescription}}</span>

<div class="top_buttons">
    <div class="buttons_container">
        <a class="button white_red" title="{{i18n "recipes.mobile.add.all.ingredients.1"}} {{i18n "recipes.mobile.add.all.ingredients.2"}}" href="javascript:addAllIngredients('quantity_container', 'item_quantity_', '{{bought_from}}');">{{i18n "recipes.mobile.add.all.ingredients.1"}}<br>{{i18n "recipes.mobile.add.all.ingredients.2"}}</a>
    </div>
</div>

{{#if recipeIngredients}}
    <ul class="product_list" itemscope="" itemtype="http://schema.org/ItemList">
        {{#each recipeIngredients}}
            <li class="product" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/Product">
                {{> mobile/lists/productList/productTemplate}}
            </li>
        {{/each}}
    </ul>
{{/if}}


