<%page args="module"/>

${VIEW["label"]|h}

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