{$header}
Recipe: {$mealDesc} {if $isLoggedIn && $meal != "0"} [Edit] {/if}
{if $showAllNutrients} Hide unwanted nutrients {else} Show all nutrients {/if} {if $isLoggedIn} | Manage nutrient list {/if}
{foreach from=$mealData.columnTitles item=columnTitle} {/foreach} {foreach from=$mealData.nutrients item=nutrient} {if $nutrient.percentDri != "--"} {else} {/if} {foreach from=$nutrient.quantities item=quantity} {/foreach} {/foreach}
{$columnTitle}
{$nutrient.nutrientName} {$nutrient.total}{$nutrient.units}{$nutrient.percentDri}%--{$quantity}
{if $isLoggedIn}
If you would like to save this recipe for later reference, or add it to a diary, enter a short descriptive entry in the text box below and then select the appropriate button. If you are unsure how all of this works, then take a look at the help on creating recipes.
{if $userDiaries}
with timestamp
{/if}
{/if}
{$sidebar_left}
{$sidebar_right}
{$footer}