[% c.loc('Save SVG')%]
[% c.loc('Preview as PDF')%]
[% c.loc('Discard Changes')%]
[% c.loc('Show Variables')%]
[%c.loc('Template variables')%]
×
[% FOREACH varname IN ['rescontact', 'customer', 'custcontact', 'billprof', 'invoice']; %]
[% varname %]
[% FOREACH key IN ${varname}.keys().sort(); -%]
[% varname %].
[%key%]
[% END -%]
[% END -%]
[%initial = 'saved'%]
[% # vim: set tabstop=4 syntax=html expandtab: -%]