<%page args="module"/>

${VIEW["label"]|h}

% if VIEW['canWrite'] is True:
${_('Print')} % if VIEW.get('nativeObjectMode','') == 'SimpleDashboard': % if APP['can_alert']: ${_('Schedule PDF Delivery')} % endif ${_('Generate PDF')} % endif
% else:
${_('Print')} % if VIEW.get('nativeObjectMode','') == 'SimpleDashboard': % if APP['can_alert']: ${_('Schedule PDF Delivery')} % endif ${_('Generate PDF')} % endif
% endif
Loading...
% if VIEW['nativeObjectMode']=='SimpleDashboard' and VIEW['canWrite'] is True and VIEW['hasRowGrouping'] is True: % endif