create('Country');?>
input('name'); echo $form->label('Currency'); echo $form->select('currency_id', $currencies); ?>
end('Submit');?>