<%inherit file="/base/index.html" /> <%namespace file="/base/formViews.html" name="formViews" import="*"/> <%namespace file="/base/javascriptDefs.html" name="javascriptDefs" import="*"/> <%def name="heading()"> <% allByOLURL = url(controller='dictionary', action='browse', id='1000000_ol', anchor='hl') allByMLURL = url(controller='dictionary', action='browse', id='1000000_ml', anchor='hl') %>
${app_globals.objectLanguageName}
% if c.OLOrthographyTable: ${c.OLOrthographyTable} % else: Please specify an orthography in the application settings % endif
${app_globals.metaLanguageName}
% if c.MLOrthographyTable: ${c.MLOrthographyTable} % else: Please specify an orthography in the application settings % endif % if hasattr(c, 'headChar'): % if c.headChar:
${h.storageToOutputTranslate(c.headChar[0])}
% else:
% endif % endif % if hasattr(c, 'wordList'): % for form in c.wordList: ${formViews.dictionaryView(form, languageToSortBy)} % endfor % endif