% if c.status_msg:
${c.status_msg}
% else:
${_('Notice')}:
${_('This session will be automatically terminated at %s. Please make sure you have saved you entries!') % h.get_logouttime() }
% endif
${self.buildContentHeader()}
${self.body()}
% if h.hasRole(['cm']):
${self.buildPrivacyfield()}
% endif
${next.buildNavigation()}