[% IF Catalyst.config.product_features %]
Products
[% UNLESS Catalyst.session.admin.read_only %]
Add
[% END %]
[% IF messages.prodmsg %][% messages.prodmsg %]
[% END %]
[% IF products %]
[% ELSE %]
No products found in the database.
[% END %]
[% END %]
Billing Profiles
[% UNLESS Catalyst.session.admin.read_only %]
Add
[% END %]
[% IF messages.profmsg %][% messages.profmsg %]
[% END %]
[% IF bilprofs %]
-
Name
[% id = 0 %]
[% FOREACH bilprof = bilprofs %]
-
[% bilprof.data.name %]
[% UNLESS Catalyst.session.admin.read_only %]
Edit
[% ELSE %]
[% END %]
[% id = id + 1 %]
[% END %]
[% ELSE %]
No billing profiles found in the database.
[% END %]