%inherit file="/layout/message.html" /> <%def name="header()">
${_('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:
${apps[a]['label'] | h} | % if apps[a].get('description'): ${apps[a].get('description', '') | h} % else: ${_('(no description)') | h} % endif |