Mapa de capacidades de Hidrógeno en México
[Solo versión WEB]

Sociedad Mexicana del Hidrógeno A.C.
Diseñado por M.I.M Alfonso Navarro Montejo
<# if ( data.length > 0 ) { #> <# _.each( data, function( user, key, list ) { #>
{{{user.account_status_name}}}
{{{user.hook_just_after_name}}}
{{{user.hook_after_user_name}}}
<# if ( typeof user['NombreX'] !== 'undefined' ) { #>
{{{user['NombreX']}}}
<# } #>
<# if ( typeof user['DireccionX'] !== 'undefined' ) { #>
{{{user['DireccionX']}}}
<# } #>
<# if ( typeof user['Topico'] !== 'undefined' ) { #>
{{{user['Topico']}}}
<# } #>
<# if ( typeof user['ContactoX'] !== 'undefined' ) { #>
{{{user['ContactoX']}}}
<# } #>
<# if ( Object.keys( user.dropdown_actions ).length > 0 ) { #>
-
<# _.each( user.dropdown_actions, function( action, key, list ) { #>
- {{{action.title}}}
<# }); #>
<# } #>
<# }); #> <# } else { #>
<# } #>
<# if ( data.pagination.total_users == 1 ) { #>
{{{data.pagination.header_single}}}
<# } else if ( data.pagination.total_users > 1 ) { #>
{{{data.pagination.header}}}
<# } #>
|