[% META title = 'Admin » Local Network Locations' %] [% # PROCESS dumper.tt dump = hmrn_location_map %] [% # PROCESS dumper.tt dump = parent_orgs %]

Configure Local Network Parent Organisations:

[% IF c.query.param('show_only_hmrn') %] [display all] [% ELSE %] [display only selected] [% END %]

[% FOREACH org IN parent_orgs; IF c.query.param('show_only_hmrn'); NEXT UNLESS hmrn_location_map.item(org.id); END; class = hmrn_location_map.item(org.id) ? 'bold' : 'normal' %] [% END %]
  Parent Organisation Code  
[% loop.count %] [% org.description %] [% org.parent_code %]

[% site.html.submit %] [% site.html.reset %]