<%inherit file="/layout/message.html" /> <%def name="header()">

${_('App not found') | h}

${_('The app "%s" is not available') % app | h}

The app you requested is not available on this system. Check the spelling of the app, or choose another from the following list:

% for a in apps: % endfor
${apps[a]['label'] | h} % if apps[a].get('description'): ${apps[a].get('description', '') | h} % else: ${_('(no description)') | h} % endif