<?if($attribute_groups):?>
	<?foreach($attribute_groups as $attribute_group):?>
		<?foreach($attribute_group['attribute'] as $attrib):?>
			<?if($attrib['attribute_id'] == 10):?>
				<?=$attrib['name'].': '.$attrib['text'];?>
			<?endif;?>
		<?endforeach;?>
	<?endforeach;?>
<?endif;?>