[% PROCESS 'elements.html'; PROCESS 'report_base.html'; PROCESS "dynatable.html" ; IF !country_id; country_id = default_country; END ; IF !country_id_t; country_id_t = default_country; END ; IF entity_class == 3 ; DIV_ID = "edit_employee" ; ELSE ; DIV_ID = "edit_contact" ; END ; -%]
[% IF name %]
[% text('Company') %]: [% name %]
[% END %] [% IF meta_number %]
[% text('Account') %]: [% meta_number %]
[% END %] [% notice = line_one %] [% IF notice %]
[% notice %]
[% END %]
[% FOREACH ITEM IN DIVS; INCLUDEDIV = "Contact/divs/" _ ITEM _ ".html"; INCLUDE $INCLUDEDIV; END %] [% FOREACH ITEM IN PLUGINS; INCLUDEDIV = "plugins/" _ ITEM; INCLUDE $INCLUDEDIV; END; %]