## -*- coding: utf-8 -*-

${_('Missing data for the statement')}

${_('The acceptance statement of the youth for work and usage of his data. You are resonsible for this.')}

% if h.hasRole(['cm_ka']):

${h.literal(_('Please notice that the acceptence statement needs to be written. For this use %s. Please choose:') % '%s' % (h.url_for(controller="/privacy", action="printStatement", id=c.ds_id), _('Printversion of this statement')))}

  1. ${_('Statement accepted')}${_(', when a statement is obtained.')}
  2. ${_('Statement unclear')}${_(', when at the moment no statement is available, but should be obtained.')}
  3. ${_('Statement declined')}${_(', when no statement is available and wont be available. The case document will be made anonymous.')}

${_('Statement accepted')} ${_('Statement unclear')} ${_('Statement declined')}

% else:

${_('OK')}

% endif