<divt-if="fax and 'fax' in fields"class='css_editable_mode_hidden'><it-if="not options.get('no_marker')"class='fa fa-file-text-o'/><spanitemprop="faxNumber"t-esc="fax"/></div>
<divt-if="website and 'website' in fields"class='css_editable_mode_hidden'>
<at-att-href="website and '%s%s' % ('http://' if '://' not in website else '',website)"><spanitemprop="website"t-esc="website"/></a>
</div>
<divt-if="email and 'email' in fields"class='css_editable_mode_hidden'><it-if="not options.get('no_marker')"class='fa fa-envelope'/><spanitemprop="email"t-esc="email"/></div>