[% PROCESS site/mainMenu.tt.html %] [% PROCESS cms/submenu.tt.html %]
[% Cat.cmsPick({en =>'Create new', es=>'Crear nuevo'}) %]
[% c.loc('Creation time') %] | [% ELSIF name == 'update_time' %][% c.loc('Update time') %] | [% ELSIF name == 'country_id' %][% c.loc('Country') %] | [% ELSE %][% c.loc(name.ufirst) %] | [% END; END; %]||
---|---|---|---|---|---|
[% contact.country_id.name_es %] | [% ELSIF name == 'creation_time' || name == 'update_time' %][% c.dateToString(contact.$name,"datetime") %] | [% ELSIF name == 'verified' %][% IF contact.$name; Cat.cmsPick({es=>"Sí",en=>"Yes"}); ELSE %]No[% END %] | [% ELSIF name == 'photo' AND contact.$name %] [% path = c.config.site_files_path _ "/contacts/" _ contact.id _ "/"; relative_path = c.config.relative_site_files_path _ "/contacts/" _ contact.id _ "/"; thumbnail = relative_path _ c.getThumb(path _ contact.$name, 75, 75, undef, 0, 1); %][% contact.$name %] | [% END %] [% END %][% Cat.cmsPick({en => 'Edit', es => 'Editar'}) %] |