[% IF ( matching_rule_form ) %]
[% IF ( edit_matching_rule ) %]
Modify record matching rule
[% ELSE %]
Add record matching rule
[% END %]
[% END %]
[% IF ( delete_matching_rule_form ) %]
Confirm deletion of record matching rule '[% code %]' ([% description %])?
[% END %]
[% IF ( display_list ) %]
Record matching rules
[% IF ( added_matching_rule ) %]
Added record matching rule "[% added_matching_rule %]"
[% END %]
[% IF ( edited_matching_rule ) %]
Modified record matching rule "[% edited_matching_rule %]"
[% END %]
[% IF ( deleted_matching_rule ) %]
Deleted record matching rule "[% deleted_matching_rule %]"
[% END %]
[% IF ( available_matching_rules ) %]
# |
Code |
Description |
Actions |
[% FOREACH available_matching_rule IN available_matching_rules %]
[% available_matching_rule.matcher_id %] |
[% available_matching_rule.code %] |
[% available_matching_rule.description %] |
Edit
Delete
|
[% END %]
[% ELSE %]
There are no saved matching rules.
[% END %]
[% pagination_bar %]
[% END %]
[% IF ( matching_rule_form ) %]
[% END %]