function anonymous(data,_
) {
var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};
__p+='\n
\n ';
/*
* This is our main field template. It's called for every field type.
* Note that must have ONE top-level, wrapping element. i.e. a div/span/etc that wraps all of the template.
*/
__p+='\n ';
/*
* Render our label.
*/
__p+='\n '+
((__t=( data.renderLabel() ))==null?'':__t)+
'\n ';
/*
* Render our field element. Uses the template for the field being rendered.
*/
__p+='\n
'+
((__t=( data.renderElement() ))==null?'':__t)+
'
\n ';
/*
* Render our Description Text.
*/
__p+='\n '+
((__t=( data.renderDescText() ))==null?'':__t)+
'\n
\n';
return __p;
}