{$header}
Nutrient: {$nutrientName}
{if isset($searchResults)}
The following ({$smarty.get.count}) foods have the highest "{$nutrientName}" content in the database.
The results are in decending order (highest quantity first).
In parenthesis is the quantity of "{$nutrientName}" per 100g of the displayed item.
Please select one.
    {foreach from=$searchResults item=searchResult}
  1. ({$searchResult.nutr_val}{$searchResult.units}) {$searchResult.foodDesc}
  2. {/foreach}
{else}
No items matched your search.
Would you like to refine your search?
Don't understand the search options? See the help on searching.
{/if}
{$sidebar_left}
{$sidebar_right}
{$footer}